14.09.2013, 10:43
I use this:
But to me it would only call callback!
How to trigger any action from an array? Suppose the array "PlayerInfo [playerid] [Level] = 5" or "SetPlayerHealth (plaerid, 100)," and if it's possible at all?
(Sorry for ****** Translate)
PHP код:
if(!sscanf(params,"sd",funkcia,params[0])) return CallRemoteFunction(funkcia,"d", params[0]);
How to trigger any action from an array? Suppose the array "PlayerInfo [playerid] [Level] = 5" or "SetPlayerHealth (plaerid, 100)," and if it's possible at all?
(Sorry for ****** Translate)