help with this 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 this please (
/showthread.php?tid=174672)
help with this please -
StyleR - 06.09.2010
Who have an levelupall and givemoneyall for rp servers please??
tnx
Re: help with this please -
Cameltoe - 06.09.2010
pawn Код:
for(new i; i <MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
// Give level money.. whatever here
}