Command showing
#6

Код:
CMD:derby(playerid,params[])
{
for(new x = 0; x < 6; x++)
{
if(DerbyVehicle[occupied][x]) continue;
else
{
DerbyVehicle[occupied][x] = true;
SetPlayerVirtualWorld(playerid,23);
PutPlayerInVehicle(playerid, DerbyVehicle[id][x], 0);
}
break;
}
return 1;
}
I disabled derby filescript and now it doesnt show it anymore
Whats wrong here
Reply


Messages In This Thread
Command showing - by kalanerik99 - 11.06.2015, 06:36
Re: Command showing - by SickAttack - 11.06.2015, 07:00
Re: Command showing - by kalanerik99 - 11.06.2015, 11:58
Re: Command showing - by AroseKhanNiazi - 11.06.2015, 12:02
Re: Command showing - by kalanerik99 - 11.06.2015, 12:29
Re: Command showing - by kalanerik99 - 11.06.2015, 12:34
Re: Command showing - by AroseKhanNiazi - 11.06.2015, 12:34
Re: Command showing - by kalanerik99 - 11.06.2015, 12:42
Re: Command showing - by Huba - 11.06.2015, 12:46
Re: Command showing - by kalanerik99 - 11.06.2015, 12:53

Forum Jump:


Users browsing this thread: 1 Guest(s)