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! =)
Code:
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;
}
Aucun commentaire:
Enregistrer un commentaire