02.02.2019, 10:49
You can create it like this
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("//", cmdtext, true, 10) == 0) { ////command here return 1; } return 0; }