KEY_UP not detecting in vehicle
#1

Hello everyone

PHP код:
new Keys, UpDown, LeftRight;
GetPlayerKeys(playerid, Keys, UpDown, LeftRight);
if(
UpDown == KEY_UP) 
{
if(
GetPlayerState(playerid) == PLAYER_STATE_ONFOOT) SendClientMessageToAll(COLOR_LIGHTBLUE, "7");
if(
GetPlayerState(playerid) == PLAYER_STATE_DRIVER) SendClientMessageToAll(COLOR_LIGHTBLUE, "0");
} 
In vehicle, don't show message "0".

Why ?
Reply
#2

wat .
Reply
#3

Sorry for my English.

I say that in his vehicle does not message.
Reply
#4

UP/DOWN keys are only from arrows i think.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)