12.04.2012, 00:06
pawn Code:
else if(IsASweeper(vehicleid))
{
format(string,sizeof(string),"You are entering to a %s (%d) Owner: Sweeper",vehicle, vehicleid);
SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
}
pawn Code:
else if(IsASweeper(vehicleid))
{
if(PlayerInfo[playerid][pJob] >= 18)
{
CP[playerid] = 78;
SetPlayerCheckpoint(playerid, 1195.8503,-1324.3208,13.1236, 3.0);
SendClientMessage(playerid, COLOR_YELLOW,"Strazile sunt de mult nematurate..");
format(string,sizeof(string),"You are entering to a %s (%d) Owner: Sweeper",vehicle, vehicleid);
SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
return 1;
}
format(string,sizeof(string),"You are entering to a %s (%d) Owner: Sweeper",vehicle, vehicleid);
SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
return 1;
}