[BUG] At 0.3e compile
#1

Hi,
I came out that the forward mypublic (playerid) does not work cyklus "for" for playerid.
Work only for ID 0 but ID 1 and next IDs does'n work....
example:

forward MyPublic(playerid)

public MyPublic(playerid)
{
for(new i;i<MAX_PLAYERS;i++)
{
SetPlayerPos(i,x,y,z);
}
return 1;
}

this set position Only player with ID 0 but ID 1 etc. no. (with compile 0.3e)
PS: Sorry, my english isn't very good
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)