01.09.2013, 14:35
Well find this and it basically gives you the format..
Quote:
public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/mycommand", cmdtext, true, 10) == 0) { // Do something here return 1; } return 0; } |