Can someone help me fix those errors for me?
#7

Try this
pawn Код:
public VIPCars()
{
if(carid == X)
{
return 1;
}
}
OnPlayerEnterVehicle
pawn Код:
if(VIPCars)
{
if(PlayerInfo[playerid][pVip] <= 0)
{
SendClientMessage(playerid, colour, "You are not a VIP");
RemovePlayerFromVehicle(playerid);
return 1;
}
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)