08.07.2016, 20:28
I have that:
But there is a problem on my server the commands are on zcmd..how cand i put zcmd commands Instead of
?
Код:
if((newkeys==KEY_SECONDARY_ATTACK))
{
OnPlayerCommandText(playerid, "/enter");
OnPlayerCommandText(playerid, "/exit");
}
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
Код:
OnPlayerCommandText(playerid, "/enter");
OnPlayerCommandText(playerid, "/exit");

