help connect - 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: help connect (
/showthread.php?tid=391821)
help connect -
Mustafa6155 - 11.11.2012
I got this!
Код:
dUserINT(PlayerName(playerid)).("Bankcash",BankCash[playerid]);
but i got this warning/error
Код:
(2234) : warning 202: number of arguments does not match definition
line 2234
Код:
dUserINT(PlayerName(playerid)).("Bankcash",BankCash[playerid]);
Please help
Re : help connect -
yusei - 11.11.2012
OnplayerSpawn
Код:
GivePlayerMoney(playerid,dini_Int(file,"Bankcash"));