12.03.2011, 07:20
Hello, I have a little problem with this :
When I try to enter in the hunter it say "You are not ..." , it's ok
But when I m rank 5 for example, it say "Welcome ..." but I can not enter in the hunter, it play "clear animation"
How can I solve this ? plz
pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
if(GetVehicleModel(vehicleid) == 425) {
if(pRank[playerid] >= 3) {
{
SendClientMessage(playerid,COLOR_GREEN,"Welcome To The Hunter!");
}
}
else SendClientMessage(playerid,COLOR_RED,"You must be a rank 3 or higher to drive this vehicle);
GetPlayerVehicleID(playerid);
ClearAnimations(playerid);
}
return 1;
But when I m rank 5 for example, it say "Welcome ..." but I can not enter in the hunter, it play "clear animation"
How can I solve this ? plz