only certain map icons are showing.
#8

Quote:
Originally Posted by Babul
Посмотреть сообщение
with this script, players will still need to press the NOS key, whenever they need to "update" it...
pawn Код:
forward OnPlayerKeyStateChange(playerid, newkeys, oldkeys);                                                             public OnPlayerKeyStateChange(playerid, newkeys, oldkeys){
    //...your code...
    if((newkeys & KEY_FIRE) && !(oldkeys & KEY_FIRE))
    {
        new vehicle=GetPlayerVehicleID(playerid);
        if (vehicle>0)
        {
            AddVehicleComponent(vehicle,1010);
            return 1;
        }
    }
    //...your code...
    return 1;
}
thanks!
Reply


Messages In This Thread
only certain map icons are showing. - by xXitsgodzillaXx - 16.03.2012, 23:10
Re: only certain map icons are showing. - by ReneG - 17.03.2012, 01:52
Re: only certain map icons are showing. - by Psymetrix - 17.03.2012, 04:17
Re: only certain map icons are showing. - by MP2 - 17.03.2012, 04:34
Re: only certain map icons are showing. - by Donya - 17.03.2012, 04:41
Re: only certain map icons are showing. - by xXitsgodzillaXx - 17.03.2012, 13:00
Re: only certain map icons are showing. - by Babul - 17.03.2012, 14:36
Re: only certain map icons are showing. - by xXitsgodzillaXx - 19.03.2012, 13:47

Forum Jump:


Users browsing this thread: 3 Guest(s)