30.08.2013, 01:39
Код:
{ if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 411) { if(ArrivedAtCheckPoint[playerid] == 1) { //SCRIPT YOUR SHIT } else return SendClientMessage(playerid, color, "You are not at the Checkpoint yet"); } else return SendClientMessage(playerid, color, "This is not the right vehicle to enter the checkpoint"); }