Jump to content
  • 0

promlema MARE!!!


xxSPEEDYxx

Question

bag pla....tot am fakt dialogul asta:

if(strcmp(cmd, "/ranksinfo", true) == 0)
	{
	    if(Roman[playerid] == 0)
	    {
	    new name[MAX_PLAYER_NAME], strg[900];
    	GetPlayerName(playerid, name, sizeof(name));
    	format(strg,sizeof(strg),"{FFFFFF}*** If you kill {FFFF00}0 players your rank is NooB\n\n{FFFFFF}*** If you kill {FFFF00}25 players your rank is BabyKiller\n\n{FFFFFF}*** If you kill {FFFF00}50 players your rank is Soldier\n\n{FFFFFF}*** If you kill {FFFF00}100 players your rank is Gangster\n\n{FFFFFF}*** If you kill {FFFF00}250 players your rank is Underboss\n\n{FFFFFF}*** If you kill {FFFF00}500 players your rank is ProKiller\n\n{FFFFFF}*** If you kill {FFFF00}850 players your rank is BestProKiller\n\n{FFFFFF}%s {FFFF00}sper ca ai inteles Rank-urile:D!",name);
	    ShowPlayerDialog(playerid,ranks, DIALOG_STYLE_MSGBOX, "{FFFFFF}Informatii despre {FFFF00}ranks.", strg, "OK", "");
	    }
	    if(Roman[playerid] == 1)
	    {
	    new name[MAX_PLAYER_NAME], strg[900];
    	GetPlayerName(playerid, name, sizeof(name));
    	format(strg,sizeof(strg),"{FFFFFF}*** If you kill {FFFF00}0 players your rank is NooB\n{FFFFFF}*** If you kill {FFFF00}25 players your rank is BabyKiller\n\n{FFFFFF}*** If you kill {FFFF00}50 players your rank is Soldier\n\n{FFFFFF}*** If you kill {FFFF00}100 players your rank is Gangster\n\n{FFFFFF}*** If you kill {FFFF00}250 players your rank is Underboss\n\n{FFFFFF}*** If you kill {FFFF00}500 players your rank is ProKiller\n\n{FFFFFF}*** If you kill {FFFF00}850 players your rank is BestProKiller\n\n{FFFFFF}%s {FFFF00}sper ca ai inteles Rank-urile:D!",name);
	    ShowPlayerDialog(playerid,ranks, DIALOG_STYLE_MSGBOX, "{FFFFFF}Informatii despre {FFFF00}ranks.", strg, "OK", "");
		}
	return 1;
	}

si tot imi da "don't send" sau "send error report"...ce plm sa fac???????

Fara reclama in semnatura!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.