Bonsoir, j'ai creer une commandes qui et déja faite sur mon GM saufe que je l'ai modifier et j'ai des erreurs
if(strcmp(cmd, "/bus", true) == 0) {
new taxicall[256];
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, MAX_PLAYER_NAME);
format(taxicall,256,"[TAXI] %s is calling a bus. [He's in %s]", name, zones[player_zone[playerid]][zone_name]);
SendClientMessageToAll(COLOR_YELLOW, taxicall);
return 1;