SA-MP Forums Archive
how can i make for all? - 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: how can i make for all? (/showthread.php?tid=370479)



how can i make for all? - Vizi - 20.08.2012

How can i make this ******* stramer for all ?not only for the playetR?
https://sampforum.blast.hk/showthread.php?tid=291288


Re: how can i make for all? - Shetch - 20.08.2012

Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
*******Stream(i, *******url);
}