21.09.2015, 01:20
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/rumahcj", cmdtext, true, 10) == 0) { // Your stuff (rsetting player pos, message) return 1; } if (strcmp("/chilliad", cmdtext, true, 10) == 0) { // Your stuff (rsetting player pos, message) return 1; } return 0; }