27.08.2015, 18:02
Quote:
PHP код:
You can remove the bandana if you holding the right mouse button and create it again if you don't press it. I don't know if you have to use HOLDING or PRESSED. |
Код:
C:\Users\2\Desktop\gamemode\gamemodes\w.pwn(11750) : error 017: undefined symbol "newkeys" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Errors.
PHP код:
public OnPlayerUpdate(playerid)
{
if (HOLDING(KEY_HANDBRAKE)) RemovePlayerAttachedObject(playerid, 7); //error 017
else
{
SetPlayerAttachedObject(playerid, 7, ......
}
}