SA-MP Forums Archive
how i can change? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: how i can change? (/showthread.php?tid=612687)



how i can change? - vikoo - 20.07.2016

Hello, how i can change the botton that make me jump in my server i jump with number 2 and i need to change it and copy to another gamemode
what i must search for in pwn?


Re: how i can change? - babyze99 - 20.07.2016

Quote:
Originally Posted by vikoo
Посмотреть сообщение
Hello, how i can change the botton that make me jump in my server i jump with number 2 and i need to change it and copy to another gamemode
what i must search for in pwn?
what jump?
player jump you can go to setting and change space to number 2
or car jump search "car jump samp" ^^


Re: how i can change? - vikoo - 20.07.2016

i mean jump with car


Re: how i can change? - babyze99 - 20.07.2016

Quote:
Originally Posted by vikoo
Посмотреть сообщение
i mean jump with car
Speedboost and Car jump Here: http://pastebin.com/dr8jWama
or just car jump
Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
 if (IsPlayerInAnyVehicle(playerid) && GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
        {
        if (newkeys & KEY_CROUCH)
        {
        new Float:x, Float:y, Float:z;
        GetVehicleVelocity(GetPlayerVehicleID(playerid),x,y,z);
        SetVehicleVelocity(GetPlayerVehicleID(playerid),x,y,z+0.3);
        }
        return 1;
        }
 }
KEY_CROUCH is H key if you want change, you can see another keys here https://sampwiki.blast.hk/wiki/Keys


Re: how i can change? - vikoo - 20.07.2016

thx a lot bro


Re: how i can change? - babyze99 - 20.07.2016

Quote:
Originally Posted by vikoo
Посмотреть сообщение
thx a lot bro
You're Welcome


Re: how i can change? - vikoo - 20.07.2016

hey ? i need to ask about full name of that clans
Quote:
UK
SS
MM
MI6
KH
MM,
KF
TT
REIS,
GG
LL,
LRC,
KOK
SF




Re: how i can change? - babyze99 - 20.07.2016

Quote:

UK
SS - ScreenShot
MM - Mini mission
MI6 - Secret Intelligence Service
KH - Kingdom Hearts
KF - Secret Intelligence Service
TT
REIS
GG
LL
LRC
KOK
SF

i think search it on ****** or it just a name ((:


Re: how i can change? - vikoo - 20.07.2016

thx u are the best