How to call a function or activity of the array? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How to call a function or activity of the array? (
/showthread.php?tid=463872)
How to call a function or activity of the array? -
KakbeYura - 14.09.2013
I use this:
PHP код:
if(!sscanf(params,"sd",funkcia,params[0])) return CallRemoteFunction(funkcia,"d", params[0]);
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)
Re: How to call a function or activity of the array? -
iJumbo - 14.09.2013
https://sampforum.blast.hk/showthread.php?tid=458953