29.04.2010, 14:49
Its ok, but can you fix this idk how to
http://slike.hr/slike/samp003_bbef8.png.html
i try this
http://slike.hr/slike/samp003_bbef8.png.html
i try this
pawn Код:
new coordsstring[1024];
format(coordsstring, sizeof(coordsstring), "Level:[%d] Sex:[%s] Age:[%d] Origin:[%s] SpawnHealth:[%.1f] Cash:[$%d] Bank:[$%d] Ph:[%d]", level,atext,age,otext,shealth+50, cash, account, pnumber);
format(coordsstring, sizeof(coordsstring), "\n%sDonateRank:[%s] MarriedTo:[%s] PlayingHours:[%d] LottoNr:[%d] Job:[%s]",coordsstring, drank,married,ptime,lotto,jtext);
format(coordsstring, sizeof(coordsstring), "\n%sFishesCaught:[%d] BiggestFish:[%d] CrimesCommited:[%d] TimesArrested:[%d] WantedDeaths:[%d]",coordsstring, fishes,bigfish,crimes,arrests,warrests );
format(coordsstring, sizeof(coordsstring), "\n%sKills:[%d] Deaths:[%d] NextLevel:[$%d] Respect:[%d/%d] WantedLevel:[%d] Family:[%s]",coordsstring,kills,deaths,costlevel,exp,expamount,wanted,f2text);
format(coordsstring, sizeof(coordsstring), "\n%sDrugs:[%d] Materials:[%d] Team:[%s] Disease:[%s] Organisation:[%s] Rank:[%s]",coordsstring,drugs,mats,ttext,dtext,ftext,rtext);
ShowPlayerDialog(playerid,6,DIALOG_STYLE_MSGBOX,"Ludi Grad Roleplay | STATISTIKA",coordsstring,"OK","");