12.09.2011, 03:10
Use this:
Also make sure you replaced any:
With:
pawn Код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
if(simplejobrunning[playerid] == 1)
{
simplejobrunning[playerid] = 0;
SendClientMessage(playerid, COLOR_RED, "You're job was canceled due to exiting the Vehicle");
DisablePlayerCheckpoint(playerid);
}
return 1;
}
pawn Код:
simplejobrunning
pawn Код:
simplejobrunning[playerid]