A few bugs
#2

Код:
 if(strcmp(cmdtext, "/nos", true) == 0)

        {
            new vehicleid = GetPlayerVehicleID(playerid);
    		AddVehicleComponent(vehicleid, 1010);
            SendClientMessage(playerid,0xFFFFFFFF," You added NOS to the vehicle");
            format(string, sizeof(string), "* %s added nitrous injection to the car.", sendername);
        	ProxDetector(30.0, playerid, string, COLOR_CHAT1,COLOR_CHAT2,COLOR_CHAT3,COLOR_CHAT4,COLOR_CHAT5);
        	return 1;
        }
    }
[/QUOTE]

And for the doors make your own use this code here...

https://sampwiki.blast.hk/wiki/GetVehicleParamsEx
Reply


Messages In This Thread
A few bugs - by ChristofferHoffmann - 10.02.2012, 08:52
Re: A few bugs - by IceCube! - 10.02.2012, 09:07
Re: A few bugs - by ChristofferHoffmann - 10.02.2012, 09:15
Re: A few bugs - by ChristofferHoffmann - 10.02.2012, 09:18
Re: A few bugs - by IceCube! - 10.02.2012, 09:23
Re: A few bugs - by ChristofferHoffmann - 10.02.2012, 10:08

Forum Jump:


Users browsing this thread: 1 Guest(s)