OnClientScriptData: Difference between revisions
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
Kennedyarz (talk | contribs) (Created page with "function onClientScriptData(player) Example: ::Python <- GUIButton(VectorScreen(400,200), VectorScreen(200, 22), Colour(75,75,75), "Python (6) Cost(6)", GUI_FLAG_BORDER |...") |
Kennedyarz (talk | contribs) (Replaced content with "function onClientScriptData(player) { }") |
||
Line 1: | Line 1: | ||
function onClientScriptData(player) | function onClientScriptData(player) | ||
{ | { | ||
} | } |
Revision as of 13:42, 14 March 2017
function onClientScriptData(player) { }