0 Membres et 1 Invité sur ce sujet
public OnPlayerCommandText(playerid, cmdtext[]){ if (strcmp(cmdtext, "/mycommand", true)==0) { /* Met ton code ici*/ return 1; } return 0;}