Nitro FS ?
#1

Anyone knows where I can find that nos that you just press number 2 or hold the left mousebutton?
I found two, but both links are dead.
Reply
#2

https://sampwiki.blast.hk/wiki/OnPlayerKeyStateChange
Quote:
Originally Posted by Wiki
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if (PRESSED(KEY_FIRE))
    {
        new
            vehicleid = GetPlayerVehicleID(playerid);
        if (vehicleid)
        {
            AddVehicleComponent(vehicleid, 1010);
        }
    }
    return 1;
}
Reply
#3

Amm, can't make it a fs for me? :3 *LAZY*
Reply
#4

Quote:
Originally Posted by sXecookie
Amm, can't make it a fs for me? :3 *LAZY*
you can directly put it into your GM and it will work
Reply
#5

ok
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)