Help me to get DONE
#10

I see the problem, try this:

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
        new string[128];
        format(string, sizeof(string), "You are entering vehicle %i",vehicleid);
        {
        if(GetVehicleModel(GetPlayerVehicleID(playerid) == 487 && team[playerid] != 6)
        {
             RemovePlayerFromVehicle(playerid); //Indent
             SendClientMessage(playerid, YELLOW, "Restricted to S.T.A.R.S. !!");
        }
        return 1;
}
Reply


Messages In This Thread
Help me to get DONE - by marinov - 27.10.2010, 00:04
Re: OMG OMG PLZ HELP ME FAST - by Kitten - 27.10.2010, 00:06
Re: OMG OMG PLZ HELP ME FAST - by marinov - 27.10.2010, 00:07
Re: Help me to get DONE - by Scenario - 27.10.2010, 00:08
Re: Help me to get DONE - by marinov - 27.10.2010, 00:10
Re: Help me to get DONE - by marinov - 27.10.2010, 00:42
Re: Help me to get DONE - by Scenario - 27.10.2010, 00:46
Re: Help me to get DONE - by marinov - 27.10.2010, 00:47
Respuesta: Help me to get DONE - by admantis - 27.10.2010, 00:57
Re: Help me to get DONE - by Scenario - 27.10.2010, 01:01

Forum Jump:


Users browsing this thread: 1 Guest(s)