OnPlayerKeyState
#3

Quote:
Originally Posted by oMa37
Посмотреть сообщение
Change

PHP код:
if (newkeys == KEY_YES
To

PHP код:
if((newkeys KEY_YES)) 
its the same.

EDIT: mistake is here
PHP код:
&& GetPlayerInterior(playerid) == RecupInfo[i][RecupArmeVWorld
change it to
pawn Код:
&& GetPlayerInterior(playerid) == RecupInfo[i][RecupArmeVWorld]
change the vworld into int or interior, as you have in your script.
Reply


Messages In This Thread
[Solved]OnPlayerKeyState - by Saliim - 13.05.2016, 09:41
Re: OnPlayerKeyState - by oMa37 - 13.05.2016, 10:10
Re: OnPlayerKeyState - by Logic_ - 13.05.2016, 10:23
Re: OnPlayerKeyState - by Saliim - 13.05.2016, 10:29
Re: OnPlayerKeyState - by Konstantinos - 13.05.2016, 10:32
Re: OnPlayerKeyState - by Saliim - 13.05.2016, 10:36

Forum Jump:


Users browsing this thread: 1 Guest(s)