SA-MP Forums Archive
help - 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 (/showthread.php?tid=470797)



help - kosa451 - 19.10.2013

How do i change people spawn money? after registering


Re: help - SilentSoul - 19.10.2013

If you are using dialog login/register system goto
pawn Код:
public OnDialogResponse
and search for
pawn Код:
GivePlayerMoney(playerid,money);//money is the ammount
If you are using login/register via cmd like /login search for this cmd and do the same with dialog
pawn Код:
GivePlayerMoney(playerid,money);//money is the ammount



Re: help - LemonPunch - 19.10.2013

Quote:
Originally Posted by SilentSoul
Посмотреть сообщение
If you are using dialog login/register system goto
pawn Код:
public OnDialogResponse
and search for
pawn Код:
GivePlayerMoney(playerid,money);//money is the ammount
If you are using login/register via cmd like /login search for this cmd and do the same with dialog
pawn Код:
GivePlayerMoney(playerid,money);//money is the ammount
thanks, i needed it too