Sweeper[rep]
#6

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);
}
Change to :
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;
}
Reply


Messages In This Thread
Sweeper[rep] - by Dan_Barocu - 11.04.2012, 23:39
Re: Sweeper[rep] - by The__ - 11.04.2012, 23:58
Re: Sweeper[rep] - by Dan_Barocu - 11.04.2012, 23:59
Re: Sweeper[rep] - by Marco_Valentine - 12.04.2012, 00:01
Re: Sweeper[rep] - by Dan_Barocu - 12.04.2012, 00:03
Re: Sweeper[rep] - by The__ - 12.04.2012, 00:06
Re: Sweeper[rep] - by Marco_Valentine - 12.04.2012, 00:09
Re: Sweeper[rep] - by Dan_Barocu - 12.04.2012, 00:18
Re: Sweeper[rep] - by Marco_Valentine - 12.04.2012, 00:23
Re: Sweeper[rep] - by Dan_Barocu - 12.04.2012, 00:25

Forum Jump:


Users browsing this thread: 2 Guest(s)