20.07.2016, 16:34
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 i must search for in pwn?
|
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? |
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;
}
}
|
UK SS MM MI6 KH MM, KF TT REIS, GG LL, LRC, KOK SF |
|
UK SS - ScreenShot MM - Mini mission MI6 - Secret Intelligence Service KH - Kingdom Hearts KF - Secret Intelligence Service TT REIS GG LL LRC KOK SF |
search it on ****** or it just a name ((: