0 Membres et 1 Invité sur ce sujet
La commande /aide n'existe pas
strtok(cmdtext, idx, tmp);//sert à rien avant cette ligne format(tmp, sizeof(tmp), "La commande %s n'existe pas, /cmd pour connaître les commandes disponibles!", tmp); SendClientMessage(playerid, Rouge, tmp); return 0;}
La commande /dsvfd n'existe pas, /cmd pour connaître les commandes disponibles! Unknow Command
strtok(cmdtext, idx, tmp);//sert à rien avant cette ligne format(tmp, sizeof(tmp), "La commande %s n'existe pas, /cmd pour connaître les commandes disponibles!", tmp); return SendClientMessage(playerid, Rouge, tmp);
format(tmp, sizeof(tmp), "La commande %s n'existe pas, /cmd pour connaître les commandes disponibles!", cmdtext); return SendClientMessage(playerid, Rouge, tmp);