[Pomoc] Stats

Započeo 96esl., Mart 26, 2011, 10:04:10 PRE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Skripta koju koristim:Faction Game
Detaljan opis problema:Ovako zanimame kako da napravim da stats izgleda ovako http://i.imgur.com/Qd1yl.png
Dio skripte://
Neke slike/video za lakse dobivanje pomoci(neobavezno)://

if (strcmp(cmd, "/stats", true) == 0)
{
    if(IsPlayerConnected(playerid))
    {
if (gPlayerLogged[playerid] != 0)
{
    if(pokazanistatsi[playerid] == 0)
    {
ShowStats(playerid,playerid);
GetPlayerName(playerid, sendername, sizeof(sendername));
    format(string, sizeof(string), "* %s gleda svoju osobnu kartu.", sendername);
    ProxDetector(10.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
    TextDrawShowForPlayer(playerid,Text:Textdraw0[playerid]);
    TextDrawShowForPlayer(playerid,Text:Textdraw1[playerid]);
    TextDrawShowForPlayer(playerid,Text:Textdraw2[playerid]);
    TextDrawShowForPlayer(playerid,Text:Textdraw3[playerid]);
    TextDrawShowForPlayer(playerid,Text:Textdraw4[playerid]);
    TextDrawShowForPlayer(playerid,Text:Textdraw5[playerid]);
    TextDrawShowForPlayer(playerid,Text:Textdraw6[playerid]);
    TextDrawShowForPlayer(playerid,Text:Textdraw7[playerid]);
    TextDrawShowForPlayer(playerid,Text:Textdraw8[playerid]);
    TextDrawShowForPlayer(playerid,Text:Textdraw9[playerid]);
    TextDrawShowForPlayer(playerid,Text:Textdraw10[playerid]);
    TextDrawShowForPlayer(playerid,Text:Textdraw11[playerid]);
    TextDrawShowForPlayer(playerid,Text:Textdraw12[playerid]);
    TextDrawShowForPlayer(playerid,Text:Textdraw13[playerid]);
    TextDrawShowForPlayer(playerid,Text:Textdraw14[playerid]);
    TextDrawShowForPlayer(playerid,Text:Textdraw15[playerid]);
    pokazanistatsi[playerid] = 1;
    }
    else if(pokazanistatsi[playerid] == 1)
    {
TextDrawHideForPlayer(playerid, Textdraw0[playerid]);
TextDrawHideForPlayer(playerid, Textdraw1[playerid]);
TextDrawHideForPlayer(playerid, Textdraw2[playerid]);
TextDrawHideForPlayer(playerid, Textdraw3[playerid]);
TextDrawHideForPlayer(playerid, Textdraw4[playerid]);
TextDrawHideForPlayer(playerid, Textdraw5[playerid]);
TextDrawHideForPlayer(playerid, Textdraw6[playerid]);
TextDrawHideForPlayer(playerid, Textdraw7[playerid]);
TextDrawHideForPlayer(playerid, Textdraw8[playerid]);
TextDrawHideForPlayer(playerid, Textdraw9[playerid]);
TextDrawHideForPlayer(playerid, Textdraw10[playerid]);
TextDrawHideForPlayer(playerid, Textdraw11[playerid]);
TextDrawHideForPlayer(playerid, Textdraw12[playerid]);
TextDrawHideForPlayer(playerid, Textdraw13[playerid]);
TextDrawHideForPlayer(playerid, Textdraw14[playerid]);
TextDrawHideForPlayer(playerid, Textdraw15[playerid]);
TextDrawDestroy(Textdraw0[playerid]);
TextDrawDestroy(Textdraw1[playerid]);
TextDrawDestroy(Textdraw2[playerid]);
TextDrawDestroy(Textdraw3[playerid]);
TextDrawDestroy(Textdraw4[playerid]);
TextDrawDestroy(Textdraw5[playerid]);
TextDrawDestroy(Textdraw6[playerid]);
TextDrawDestroy(Textdraw7[playerid]);
TextDrawDestroy(Textdraw8[playerid]);
TextDrawDestroy(Textdraw9[playerid]);
TextDrawDestroy(Textdraw10[playerid]);
TextDrawDestroy(Textdraw11[playerid]);
TextDrawDestroy(Textdraw12[playerid]);
TextDrawDestroy(Textdraw13[playerid]);
TextDrawDestroy(Textdraw14[playerid]);
TextDrawDestroy(Textdraw15[playerid]);
pokazanistatsi[playerid] = 0;
    }
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, "   Niste prijavljeni!");
}
}
return 1;
}







SendClientMessage(playerid, COLOR_GRAD6,"Za Admine:");
format(coordsstring, sizeof(coordsstring), "- House key [%d] Business key [%d] Veh1 [%d] Veh2 [%d] Veh3 [%d] HireKey [%d] int:[%d] virworld:[%d] local[%d]", housekey,bizkey,carkey,carkey2,carkey3,HireCar[targetid],intir,virworld,local);
SendClientMessage(playerid, COLOR_GRAD6,coordsstring);

//STATS
//STATS TEXTDRAWS
format(coordsstring, sizeof(coordsstring),"~y~Ime:~h~~h~ %s",name);
Textdraw0[playerid] = TextDrawCreate(150.000000, 341.000000, coordsstring);
TextDrawBackgroundColor(Textdraw0[playerid], 255);
TextDrawFont(Textdraw0[playerid], 1);
TextDrawLetterSize(Textdraw0[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw0[playerid], -1);
TextDrawSetOutline(Textdraw0[playerid], 0);
TextDrawSetProportional(Textdraw0[playerid], 1);
TextDrawSetShadow(Textdraw0[playerid], 1);

format(coordsstring, sizeof(coordsstring),"~y~Pol:~h~~h~ %s",atext);
Textdraw1[playerid] = TextDrawCreate(151.000000, 361.000000, coordsstring);
TextDrawBackgroundColor(Textdraw1[playerid], 255);
TextDrawFont(Textdraw1[playerid], 1);
TextDrawLetterSize(Textdraw1[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw1[playerid], -1);
TextDrawSetOutline(Textdraw1[playerid], 0);
TextDrawSetProportional(Textdraw1[playerid], 1);
TextDrawSetShadow(Textdraw1[playerid], 1);

    format(coordsstring, sizeof(coordsstring),"~y~Godine:~h~~h~ %d",age);
Textdraw2[playerid] = TextDrawCreate(151.000000, 381.000000,coordsstring);
TextDrawBackgroundColor(Textdraw2[playerid], 255);
TextDrawFont(Textdraw2[playerid], 1);
TextDrawLetterSize(Textdraw2[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw2[playerid], -1);
TextDrawSetOutline(Textdraw2[playerid], 0);
TextDrawSetProportional(Textdraw2[playerid], 1);
TextDrawSetShadow(Textdraw2[playerid], 1);

    format(coordsstring, sizeof(coordsstring),"~y~Level:~h~~h~ %d",level);
Textdraw3[playerid] = TextDrawCreate(151.000000, 401.000000,coordsstring);
TextDrawBackgroundColor(Textdraw3[playerid], 255);
TextDrawFont(Textdraw3[playerid], 1);
TextDrawLetterSize(Textdraw3[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw3[playerid], -1);
TextDrawSetOutline(Textdraw3[playerid], 0);
TextDrawSetProportional(Textdraw3[playerid], 1);
TextDrawSetShadow(Textdraw3[playerid], 1);

    format(coordsstring, sizeof(coordsstring),"~y~Respekt:~h~~h~ %d/%d",exp,expamount);
Textdraw4[playerid] = TextDrawCreate(151.000000, 421.000000,coordsstring);
TextDrawBackgroundColor(Textdraw4[playerid], 255);
TextDrawFont(Textdraw4[playerid], 1);
TextDrawLetterSize(Textdraw4[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw4[playerid], -1);
TextDrawSetOutline(Textdraw4[playerid], 0);
TextDrawSetProportional(Textdraw4[playerid], 1);
TextDrawSetShadow(Textdraw4[playerid], 1);

    format(coordsstring, sizeof(coordsstring),"~y~Warns:~h~~h~ %d/5",warns);
Textdraw5[playerid] = TextDrawCreate(310.000000, 341.000000,coordsstring);
TextDrawBackgroundColor(Textdraw5[playerid], 255);
TextDrawFont(Textdraw5[playerid], 1);
TextDrawLetterSize(Textdraw5[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw5[playerid], -1);
TextDrawSetOutline(Textdraw5[playerid], 0);
TextDrawSetProportional(Textdraw5[playerid], 1);
TextDrawSetShadow(Textdraw5[playerid], 1);

    format(coordsstring, sizeof(coordsstring),"~y~O.Sati:~h~~h~ %d",ptime);
Textdraw6[playerid] = TextDrawCreate(310.000000, 361.000000,coordsstring);
TextDrawBackgroundColor(Textdraw6[playerid], 255);
TextDrawFont(Textdraw6[playerid], 1);
TextDrawLetterSize(Textdraw6[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw6[playerid], -1);
TextDrawSetOutline(Textdraw6[playerid], 0);
TextDrawSetProportional(Textdraw6[playerid], 1);
TextDrawSetShadow(Textdraw6[playerid], 1);

    format(coordsstring, sizeof(coordsstring),"~y~Kredit:~h~~h~ %d",kreditbr);
Textdraw7[playerid] = TextDrawCreate(310.000000, 381.000000,coordsstring);
TextDrawBackgroundColor(Textdraw7[playerid], 255);
TextDrawFont(Textdraw7[playerid], 1);
TextDrawLetterSize(Textdraw7[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw7[playerid], -1);
TextDrawSetOutline(Textdraw7[playerid], 0);
TextDrawSetProportional(Textdraw7[playerid], 1);
TextDrawSetShadow(Textdraw7[playerid], 1);

    format(coordsstring, sizeof(coordsstring),"~y~Donator:~h~~h~ %s",drank);
Textdraw8[playerid] = TextDrawCreate(310.000000, 401.000000,coordsstring);
TextDrawBackgroundColor(Textdraw8[playerid], 255);
TextDrawFont(Textdraw8[playerid], 1);
TextDrawLetterSize(Textdraw8[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw8[playerid], -1);
TextDrawSetOutline(Textdraw8[playerid], 0);
TextDrawSetProportional(Textdraw8[playerid], 1);
TextDrawSetShadow(Textdraw8[playerid], 1);

    format(coordsstring, sizeof(coordsstring),"~y~Broj:~h~~h~ %d",pnumber);
Textdraw9[playerid] = TextDrawCreate(310.000000, 421.000000,coordsstring);
TextDrawBackgroundColor(Textdraw9[playerid], 255);
TextDrawFont(Textdraw9[playerid], 1);
TextDrawLetterSize(Textdraw9[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw9[playerid], -1);
TextDrawSetOutline(Textdraw9[playerid], 0);
TextDrawSetProportional(Textdraw9[playerid], 1);
TextDrawSetShadow(Textdraw9[playerid], 1);

    format(coordsstring, sizeof(coordsstring),"~y~Posao:~h~~h~ %s",jtext);
Textdraw10[playerid] = TextDrawCreate(470.000000, 341.000000,coordsstring);
TextDrawBackgroundColor(Textdraw10[playerid], 255);
TextDrawFont(Textdraw10[playerid], 1);
TextDrawLetterSize(Textdraw10[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw10[playerid], -1);
TextDrawSetOutline(Textdraw10[playerid], 0);
TextDrawSetProportional(Textdraw10[playerid], 1);
TextDrawSetShadow(Textdraw10[playerid], 1);

    format(coordsstring, sizeof(coordsstring),"~y~Org:~h~~h~ %s",ftext);
Textdraw11[playerid] = TextDrawCreate(470.000000, 361.000000,coordsstring);
TextDrawBackgroundColor(Textdraw11[playerid], 255);
TextDrawFont(Textdraw11[playerid], 1);
TextDrawLetterSize(Textdraw11[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw11[playerid], -1);
TextDrawSetOutline(Textdraw11[playerid], 0);
TextDrawSetProportional(Textdraw11[playerid], 1);
TextDrawSetShadow(Textdraw11[playerid], 1);

    format(coordsstring, sizeof(coordsstring),"~y~Rank:~h~~h~ %s",rtext);
Textdraw12[playerid] = TextDrawCreate(470.000000, 381.000000,coordsstring);
TextDrawBackgroundColor(Textdraw12[playerid], 255);
TextDrawFont(Textdraw12[playerid], 1);
TextDrawLetterSize(Textdraw12[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw12[playerid], -1);
TextDrawSetOutline(Textdraw12[playerid], 0);
TextDrawSetProportional(Textdraw12[playerid], 1);
TextDrawSetShadow(Textdraw12[playerid], 1);

    format(coordsstring, sizeof(coordsstring),"~y~Droga:~h~~h~ %d",drugs);
Textdraw13[playerid] = TextDrawCreate(470.000000, 401.000000,coordsstring);
TextDrawBackgroundColor(Textdraw13[playerid], 255);
TextDrawFont(Textdraw13[playerid], 1);
TextDrawLetterSize(Textdraw13[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw13[playerid], -1);
TextDrawSetOutline(Textdraw13[playerid], 0);
TextDrawSetProportional(Textdraw13[playerid], 1);
TextDrawSetShadow(Textdraw13[playerid], 1);

    format(coordsstring, sizeof(coordsstring),"~y~Mats:~h~~h~ %d",mats);
Textdraw14[playerid] = TextDrawCreate(470.000000, 421.000000,coordsstring);
TextDrawBackgroundColor(Textdraw14[playerid], 255);
TextDrawFont(Textdraw14[playerid], 1);
TextDrawLetterSize(Textdraw14[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw14[playerid], -1);
TextDrawSetOutline(Textdraw14[playerid], 0);
TextDrawSetProportional(Textdraw14[playerid], 1);
TextDrawSetShadow(Textdraw14[playerid], 1);

dragan12

Umesto ovog:
//STATS
//STATS TEXTDRAWS
format(coordsstring, sizeof(coordsstring),"~y~Ime:~h~~h~ %s",name);
Textdraw0[playerid] = TextDrawCreate(150.000000, 341.000000, coordsstring);
TextDrawBackgroundColor(Textdraw0[playerid], 255);
TextDrawFont(Textdraw0[playerid], 1);
TextDrawLetterSize(Textdraw0[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw0[playerid], -1);
TextDrawSetOutline(Textdraw0[playerid], 0);
TextDrawSetProportional(Textdraw0[playerid], 1);
TextDrawSetShadow(Textdraw0[playerid], 1);

format(coordsstring, sizeof(coordsstring),"~y~Pol:~h~~h~ %s",atext);
Textdraw1[playerid] = TextDrawCreate(151.000000, 361.000000, coordsstring);
TextDrawBackgroundColor(Textdraw1[playerid], 255);
TextDrawFont(Textdraw1[playerid], 1);
TextDrawLetterSize(Textdraw1[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw1[playerid], -1);
TextDrawSetOutline(Textdraw1[playerid], 0);
TextDrawSetProportional(Textdraw1[playerid], 1);
TextDrawSetShadow(Textdraw1[playerid], 1);

    format(coordsstring, sizeof(coordsstring),"~y~Godine:~h~~h~ %d",age);
Textdraw2[playerid] = TextDrawCreate(151.000000, 381.000000,coordsstring);
TextDrawBackgroundColor(Textdraw2[playerid], 255);
TextDrawFont(Textdraw2[playerid], 1);
TextDrawLetterSize(Textdraw2[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw2[playerid], -1);
TextDrawSetOutline(Textdraw2[playerid], 0);
TextDrawSetProportional(Textdraw2[playerid], 1);
TextDrawSetShadow(Textdraw2[playerid], 1);

    format(coordsstring, sizeof(coordsstring),"~y~Level:~h~~h~ %d",level);
Textdraw3[playerid] = TextDrawCreate(151.000000, 401.000000,coordsstring);
TextDrawBackgroundColor(Textdraw3[playerid], 255);
TextDrawFont(Textdraw3[playerid], 1);
TextDrawLetterSize(Textdraw3[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw3[playerid], -1);
TextDrawSetOutline(Textdraw3[playerid], 0);
TextDrawSetProportional(Textdraw3[playerid], 1);
TextDrawSetShadow(Textdraw3[playerid], 1);

    format(coordsstring, sizeof(coordsstring),"~y~Respekt:~h~~h~ %d/%d",exp,expamount);
Textdraw4[playerid] = TextDrawCreate(151.000000, 421.000000,coordsstring);
TextDrawBackgroundColor(Textdraw4[playerid], 255);
TextDrawFont(Textdraw4[playerid], 1);
TextDrawLetterSize(Textdraw4[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw4[playerid], -1);
TextDrawSetOutline(Textdraw4[playerid], 0);
TextDrawSetProportional(Textdraw4[playerid], 1);
TextDrawSetShadow(Textdraw4[playerid], 1);

    format(coordsstring, sizeof(coordsstring),"~y~Warns:~h~~h~ %d/5",warns);
Textdraw5[playerid] = TextDrawCreate(310.000000, 341.000000,coordsstring);
TextDrawBackgroundColor(Textdraw5[playerid], 255);
TextDrawFont(Textdraw5[playerid], 1);
TextDrawLetterSize(Textdraw5[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw5[playerid], -1);
TextDrawSetOutline(Textdraw5[playerid], 0);
TextDrawSetProportional(Textdraw5[playerid], 1);
TextDrawSetShadow(Textdraw5[playerid], 1);

    format(coordsstring, sizeof(coordsstring),"~y~O.Sati:~h~~h~ %d",ptime);
Textdraw6[playerid] = TextDrawCreate(310.000000, 361.000000,coordsstring);
TextDrawBackgroundColor(Textdraw6[playerid], 255);
TextDrawFont(Textdraw6[playerid], 1);
TextDrawLetterSize(Textdraw6[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw6[playerid], -1);
TextDrawSetOutline(Textdraw6[playerid], 0);
TextDrawSetProportional(Textdraw6[playerid], 1);
TextDrawSetShadow(Textdraw6[playerid], 1);

    format(coordsstring, sizeof(coordsstring),"~y~Kredit:~h~~h~ %d",kreditbr);
Textdraw7[playerid] = TextDrawCreate(310.000000, 381.000000,coordsstring);
TextDrawBackgroundColor(Textdraw7[playerid], 255);
TextDrawFont(Textdraw7[playerid], 1);
TextDrawLetterSize(Textdraw7[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw7[playerid], -1);
TextDrawSetOutline(Textdraw7[playerid], 0);
TextDrawSetProportional(Textdraw7[playerid], 1);
TextDrawSetShadow(Textdraw7[playerid], 1);

    format(coordsstring, sizeof(coordsstring),"~y~Donator:~h~~h~ %s",drank);
Textdraw8[playerid] = TextDrawCreate(310.000000, 401.000000,coordsstring);
TextDrawBackgroundColor(Textdraw8[playerid], 255);
TextDrawFont(Textdraw8[playerid], 1);
TextDrawLetterSize(Textdraw8[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw8[playerid], -1);
TextDrawSetOutline(Textdraw8[playerid], 0);
TextDrawSetProportional(Textdraw8[playerid], 1);
TextDrawSetShadow(Textdraw8[playerid], 1);

    format(coordsstring, sizeof(coordsstring),"~y~Broj:~h~~h~ %d",pnumber);
Textdraw9[playerid] = TextDrawCreate(310.000000, 421.000000,coordsstring);
TextDrawBackgroundColor(Textdraw9[playerid], 255);
TextDrawFont(Textdraw9[playerid], 1);
TextDrawLetterSize(Textdraw9[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw9[playerid], -1);
TextDrawSetOutline(Textdraw9[playerid], 0);
TextDrawSetProportional(Textdraw9[playerid], 1);
TextDrawSetShadow(Textdraw9[playerid], 1);

    format(coordsstring, sizeof(coordsstring),"~y~Posao:~h~~h~ %s",jtext);
Textdraw10[playerid] = TextDrawCreate(470.000000, 341.000000,coordsstring);
TextDrawBackgroundColor(Textdraw10[playerid], 255);
TextDrawFont(Textdraw10[playerid], 1);
TextDrawLetterSize(Textdraw10[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw10[playerid], -1);
TextDrawSetOutline(Textdraw10[playerid], 0);
TextDrawSetProportional(Textdraw10[playerid], 1);
TextDrawSetShadow(Textdraw10[playerid], 1);

    format(coordsstring, sizeof(coordsstring),"~y~Org:~h~~h~ %s",ftext);
Textdraw11[playerid] = TextDrawCreate(470.000000, 361.000000,coordsstring);
TextDrawBackgroundColor(Textdraw11[playerid], 255);
TextDrawFont(Textdraw11[playerid], 1);
TextDrawLetterSize(Textdraw11[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw11[playerid], -1);
TextDrawSetOutline(Textdraw11[playerid], 0);
TextDrawSetProportional(Textdraw11[playerid], 1);
TextDrawSetShadow(Textdraw11[playerid], 1);

    format(coordsstring, sizeof(coordsstring),"~y~Rank:~h~~h~ %s",rtext);
Textdraw12[playerid] = TextDrawCreate(470.000000, 381.000000,coordsstring);
TextDrawBackgroundColor(Textdraw12[playerid], 255);
TextDrawFont(Textdraw12[playerid], 1);
TextDrawLetterSize(Textdraw12[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw12[playerid], -1);
TextDrawSetOutline(Textdraw12[playerid], 0);
TextDrawSetProportional(Textdraw12[playerid], 1);
TextDrawSetShadow(Textdraw12[playerid], 1);

    format(coordsstring, sizeof(coordsstring),"~y~Droga:~h~~h~ %d",drugs);
Textdraw13[playerid] = TextDrawCreate(470.000000, 401.000000,coordsstring);
TextDrawBackgroundColor(Textdraw13[playerid], 255);
TextDrawFont(Textdraw13[playerid], 1);
TextDrawLetterSize(Textdraw13[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw13[playerid], -1);
TextDrawSetOutline(Textdraw13[playerid], 0);
TextDrawSetProportional(Textdraw13[playerid], 1);
TextDrawSetShadow(Textdraw13[playerid], 1);

    format(coordsstring, sizeof(coordsstring),"~y~Mats:~h~~h~ %d",mats);
Textdraw14[playerid] = TextDrawCreate(470.000000, 421.000000,coordsstring);
TextDrawBackgroundColor(Textdraw14[playerid], 255);
TextDrawFont(Textdraw14[playerid], 1);
TextDrawLetterSize(Textdraw14[playerid], 0.500000, 1.000000);
TextDrawColor(Textdraw14[playerid], -1);
TextDrawSetOutline(Textdraw14[playerid], 0);
TextDrawSetProportional(Textdraw14[playerid], 1);
TextDrawSetShadow(Textdraw14[playerid], 1);

Stavi ovo tako sam ja uradio:
//STATS
//STATS TEXTDRAWS
SendClientMessage(playerid, COLOR_RED, "******************************************************");
format(coordsstring, sizeof(coordsstring), "| Ime: %s | Pol: %s| Godine: %d| Level: %d| Respekt: %d/%d|",name,atext,age,level,exp,expamount);
SendClientMessage(playerid, COLOR_WHITE,coordsstring)
format(coordsstring, sizeof(coordsstring), "| Warns: %d/5| O.Sati: %d| Kredit: %d| Donator: %s| Broj: %d|",warns,ptime,kreditbr,drank,pnumber);
SendClientMessage(playerid, COLOR_WHITE,coordsstring)
format(coordsstring, sizeof(coordsstring), "| Posao: %s| Org: %s| Rank: %s| Droga: %d| Mats: %d|",jtext,ftext,rtext,drugs,mats);
SendClientMessage(playerid, COLOR_WHITE,coordsstring);
SendClientMessage(playerid, COLOR_RED, "******************************************************");

Napravio sam mozete lock nada se da nisam dosadio vise otvarajuci teme