SA-MP Forums Archive
help with money please - 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: help with money please (/showthread.php?tid=116210)



help with money please - rs2fun111 - 27.12.2009

how i can make it to it gives every minute money not a score .

Код:
public MinuteMoney()
{
for(new i=0; i<MAX_PLAYERS; i++ )
{
if(IsPlayerInAnyVehicle(i))
{
SetPlayerScore(i, GetPlayerScore(i)+1);
}
}
return 1;
}



Re: help with money please - Correlli - 27.12.2009

Change score functions to money functions.


Re: help with money please - rs2fun111 - 27.12.2009

i tryd it but it gives more than 100$ if i want a 100$