Szerző Téma: Textdraw  (Megtekintve 414 alkalommal)

Textdraw
« Dátum: 2013. Július 27. - 01:51:35 »
0 Show voters
Hali,az lenne a problémám,hogy a frakció textdraw helyett is a szintet mutatja ki,illetve csak szerverresinél frissülnek,valaki tudna segíteni ?
 
format(str,sizeof(str),\"ID: %d\",playerid);
Textdraw9 = TextDrawCreate(489.000000, 125.000000, str);
TextDrawBackgroundColor(Textdraw9, 255);
TextDrawFont(Textdraw9, 3);
TextDrawLetterSize(Textdraw9, 0.400000, 1.000000);
TextDrawColor(Textdraw9, 8650751);
TextDrawSetOutline(Textdraw9, 1);
TextDrawSetProportional(Textdraw9, 1);
new ideiglenes;
ideiglenes = (Szint(playerid) + 1) * levelexp;
        format(str,sizeof(str), \"Szint: %d\", Szint(playerid));
Textdraw10 = TextDrawCreate(489.000000, 138.000000,str);
TextDrawBackgroundColor(Textdraw10, 255);
TextDrawFont(Textdraw10, 3);
TextDrawLetterSize(Textdraw10, 0.400000, 1.000000);
TextDrawColor(Textdraw10, 8650751);
TextDrawSetOutline(Textdraw10, 1);
TextDrawSetProportional(Textdraw10, 1);
new szervezet, frakcio[128];
szervezet = PlayerInfo[playerid][pMember];
format(frakcio, sizeof(frakcio),\"Frakció: %s\", szervezet);
Textdraw11 = TextDrawCreate(490.000000, 150.000000,str);
TextDrawBackgroundColor(Textdraw11, 255);
TextDrawFont(Textdraw11, 3);
TextDrawLetterSize(Textdraw11, 0.310000, 1.100000);
TextDrawColor(Textdraw11, 8650751);
TextDrawSetOutline(Textdraw11, 1);
TextDrawSetProportional(Textdraw11, 1);
format(str,sizeof(str),\"Rang: %d\",PlayerInfo[playerid][pRank]);
Textdraw12 = TextDrawCreate(490.000000, 164.000000, str);
TextDrawBackgroundColor(Textdraw12, 255);
TextDrawFont(Textdraw12, 3);
TextDrawLetterSize(Textdraw12, 0.340000, 1.000000);
TextDrawColor(Textdraw12, 8650751);
TextDrawSetOutline(Textdraw12, 1);
TextDrawSetProportional(Textdraw12, 1);

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal