11.03.2012, 22:51
Try This.
EDITED: I edited the script, now try this ONE.
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
if(newkeys & 16)
{
CallLocalFunction("OnPlayerCommandText", "is", "/enter");
CallLocalFunction("OnPlayerCommandText", "is", "/exit");
}
return 1;
}

