how i can change?
#1

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?
Reply
#2

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" ^^
Reply
#3

i mean jump with car
Reply
#4

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
Reply
#5

thx a lot bro
Reply
#6

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

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

Reply
#8

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 ((:
Reply
#9

thx u are the best
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)