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

Konstantinos, he want to open gate from Key "H" ... Usually its Horn...it can be like this :

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
     if((oldkeys & KEY_HORN))
     {
           //Your Code here
     }
     return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)