11.03.2012, 22:48
Alright i got that what i wanted, but it doesn't work, it compiles but doesn't work in-game, whats wrong?
pawn Код:
if(newkeys & 16)
{
CallLocalFunction("OnPlayerCommandText", "is", playerid, "/enter");
CallLocalFunction("OnPlayerCommandText", "is", playerid, "/exit");
}