11.03.2012, 22:51
Try this:
Do you get the message "test"?
pawn Код:
if(newkeys & 16)
{
SendClientMessage(playerid, -1, "test");
CallLocalFunction("OnPlayerCommandText", "is", playerid, "/enter");
CallLocalFunction("OnPlayerCommandText", "is", playerid, "/exit");
}