22.04.2014, 17:05
Hello.
Problem with OnPlayerKeyStateChange. I want to add two commands under one key: /enter and /exit.
Thats the command /enter i added under the key, i'm not sure, if i done it right way. Maybe someone can help me little bit, how could 2 commands works under one key.
Thanks.
Problem with OnPlayerKeyStateChange. I want to add two commands under one key: /enter and /exit.
pawn Код:
case KEY_CTRL_BACK:
{
return OnPlayerCommandText(playerid, "/enter");
}
return 1;
}
Thanks.