04.08.2016, 22:51
hi guys,
I want to use return cmd_heremycmd inside OnDialogResponse.
inside a case:
How can I do it the good way?
I want to use return cmd_heremycmd inside OnDialogResponse.
inside a case:
PHP код:
case 0
{
return cmd_credits(playerid, params);
}