07.05.2015, 19:15
Hi
I wonder why I have to type command twice to tp to derby ??
Please Help! =)
I wonder why I have to type command twice to tp to derby ??
Please Help! =)
Код:
CMD:derby(playerid,params[]) { for(new x; x < 6; x++) { SetPlayerVirtualWorld(playerid,23); if(DerbyVehicle[x][occupied]) continue; PutPlayerInVehicle(playerid, DerbyVehicle[x][id], 0); DerbyVehicle[x][occupied] = true; break; } return 1; }