26.10.2010, 16:19
Quote:
Probably you doing something wrong.. What about showing us some code ?
|
Код:
for(new i = 0; i <MAX_PIZZABIKES; i++) { if(PlayerInfo[playerid][pJob] != 1 && vehicleid == PizzaJobVehicles[i]) { SendClientMessage(playerid, COLOR_RED, "You don't have the keys of this Vehicle"); SendClientMessage(playerid, COLOR_RED, "So you decide to step off the Pizzaboy"); RemovePlayerFromVehicle(playerid); } }