mercredi 22 juillet 2015

What's wrong ???

Code:

new const fRanks[][] =
{
    { "", "", "", "", "", "", "" }, // Civilian
        { "", "Cadet", "Officer", "Sergeant", "Lieutenant", "Captain", "Chief" }, // Police Departament
        { "", "Professional Staff", "Special Agent", "Special Agent in Charge", "Assistant of Director", "Vice-Director", "Director" }, // Federal Bureau Of Investigation
        { "", "Private", "Sergeant", "Major", "Captain", "Lieutenant", "General" }, // National Guard
        { "", "Assistant", "Assistant In Charge", "Medic", "Paramedic", "Special Medic", "Chief Medic" }, // Medics/Fireman Departament
        { "", "Intern", "Local Reporter", "Network Editor", "Network Anchor", "Journalist", "Network Producer" }, // News Reporters
        { "", "Trainee", "Taxi Rookie", "Cabbie", "Despatcher", "Shift Supervisor", "Taxi Company Owner" }, // Taxi Cab Company
        { "", "OutSider", "Soulja", "Gangsta", "Original Gangsta", "Double OG", "Grove King" }, // Grove Street Family
        { "", "OutSider", "YoungBlood", "Gangsta", "Original Gangsta", "Double OG", "Balla' GodFather" }, // Ballas Gang
        { "", "Cabron", "Vago", "Soldado", "Mafioso", "Derecha Mano", "Senior" }, // Los Santos Vagos
        { "", "Cabron", "Vago", "Soldado", "Mafioso", "Derecha Mano", "Senior" }, // Varrios Los Aztecas
        { "", "Soldado", "Caporale", "Sergente", "Luogotenente", "Colonnello", "Padrino" }, // La Cosa Nostra
        { "", "Recuit", "Corporal", "Colonel", "Brigadier", "General", "WarLord" }, // Yakuza
        { "", "Junior", "Drifter", "Legal Racer", "Event Maker", "Ilegal Racer", "Most Wanted" }, // For More Adrenaline
        { "", "Lancer", "Marksman", "Agent", "Special Agent", "Vice-Director", "Director" } // Hitman Agency
};

What's wrong there .. When i set that in 1 message shown just "der" or "er" or that kind of texts...

Code:

new String[128];
format(String, sizeof(String), "Your rank it's %s !", fRanks[7][6]);
SendClientMessage(playerid, -1, String);

That's just an exemple ... But if i put that anywhere the text will appear "Your rank it's der !" or something like this ..


Aucun commentaire:

Enregistrer un commentaire