Won't remove player from the RC vehicle.
#4

hm ok let me chekk it out...

Код:
if(PRESSED(KEY_ACTION))
    {
        if(IsPlayerInVehicle(playerid))
        {
            if(GetVehicleModel(GetPlayerVehicleID(playerid, == 464))
            {
                SetPlayerPos(playerid, RCPos[playerid, 0], RCPos[playerid, 1], RCPos[playerid][2]);
                return SendClientMessage(playerid, COLOR_ORANGE, "[WARNING:] RC Baron's minigun is disabled, don't use it.");
            }
        }
    }
try this and if theres errors tell us kk.
Reply


Messages In This Thread
Won't remove player from the RC vehicle. - by Makaveli93 - 27.06.2012, 04:58
Re: Won't remove player from the RC vehicle. - by [A]ndrei - 27.06.2012, 05:16
Re: Won't remove player from the RC vehicle. - by Makaveli93 - 27.06.2012, 05:17
Re: Won't remove player from the RC vehicle. - by [A]ndrei - 27.06.2012, 05:44
Re: Won't remove player from the RC vehicle. - by Makaveli93 - 27.06.2012, 05:50
Re: Won't remove player from the RC vehicle. - by [A]ndrei - 27.06.2012, 05:52

Forum Jump:


Users browsing this thread: 1 Guest(s)