How to change money from start.. - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How to change money from start.. (
/showthread.php?tid=221995)
How to change money from start.. -
vernz - 06.02.2011
All in the title, anyone know where to change the money when a new register and started with more money.. ?
Re: How to change money from start.. -
Zack9764 - 06.02.2011
After they /register and it sets them to registered by saying something like "Registered[playerid] == 1" add:
GivePlayerMoney(playerid, AMOUNT)
Re : How to change money from start.. -
vernz - 06.02.2011
They don't /register its a dialog...
AW: How to change money from start.. -
Nero_3D - 06.02.2011
Than in OnDialogResponse
Re : How to change money from start.. -
vernz - 06.02.2011
Nvm i found thanks anyway
Re: How to change money from start.. -
Cristiano[TW[ - 06.02.2011
Depends on your script , the register by dialog Then After the dialog or
OnPlayerRegister
GivePlayerMoney(playerid, Amount);