Need help to fix small 3 problem with my 3 commands (+rep)
#4

Try to change this
Quote:

for(new i = 0; i < MAX_PLAYERS; i++)
{
if(GetPlayerVirtualWorld(i)== 9999)
{
SetPlayerPos(i, x, y, z);
return 1;
}
}

Into This

Quote:

if(GetPlayerVirtualWorld(playerid)== 9999)
{
SetPlayerPos(playerid, x, y, z);
return 1;
}


SAME TO OTHERS
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 7 Guest(s)