11.04.2013, 11:41
I want that if player will chose something in dialog it will use a command!
I have got this error:
And this code:
I have got this error:
Quote:
error 004: function "zcmd_OnPlayerCommandText" is not implemented |
And this code:
pawn Код:
CMD:ta(playerid, params[])
{
SendPlayerCommand(playerid, "/v");
return 1;
}