Duble command
#1

Hi
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;
}
Reply


Messages In This Thread
Duble command - by kalanerik99 - 07.05.2015, 19:15
Re: Duble command - by ThatThoseTheThy - 07.05.2015, 19:30
Re: Duble command - by Threshold - 07.05.2015, 23:48

Forum Jump:


Users browsing this thread: 1 Guest(s)