Voilà, réponse tardive mais j'ai eu des problèmes de connexion Internet, voilà donc j'ai fais sa :
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/mycommand", cmdtext, true, 10) == 0)
{
// Do something here
return 1;
}
{
if (strcmp (cmdtext, "/ET1", true) == 0)
GameTextForAll ("~w~English Tip : To put a bomb : make / bombe <time in seconds>", 5500, 3);
if(IsPlayerAdmin(playerid))
return 1;
}
{
if (strcmp (cmdtext, "/ET1", true) == 0)
GameTextForAll ("~w~Welcome !", 5500, 3);
if(IsPlayerAdmin(playerid))
return 1;
}
La commande /ET1 marche trés bien sauf que elle mange tout ce qu'il y a en dessous ... Et donc tout les autres scripts (l'autre message et les téléportations sont mort ;D)
Voilà un peu d'aide please :laugh
Bonnne journée tout le monde !