28.12.2012, 17:22
make a function you dumb
like this :
like this :
Код:
foward MyDamnFunction(playerid); new i = 0; while( i < GetMaxPlayers(); ) { CallLocalFunction("MyDamnFunction","i",i); i++; } public MyDamnFunction(playerid) { // your Player Vars here return 1; }