help me i want script open gate to key "H"
#8

Quote:
Originally Posted by SilentSoul
Посмотреть сообщение
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if((newkeys & KEY_HORN) && !(oldkeys & KEY_HORN))
    {
        // your rest of cmd here..
    }
    return 1;
}
undefined symbol "KEY_HORN" how to fix?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)