03.06.2014, 17:52
I did that when getting on a BMX to not say "Nu ailicenta de condus" and remove the player of the bmx, but does not work all I ask liceenta
pawn Код:
if(InfoJucator[playerid][zMasinaLic] < 1 && TakingLesson[playerid] != 1)
{
if(IsABmx(newcar))
{
TakingLesson[playerid] = 1;
return (0) ;
}
SCM(playerid, COLOR_WHITE, "Nu ai licenta de condus.");
RemovePlayerFromVehicle(playerid);
}