- 0
Problema /stats
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
andrein2
Am o problema am vrut sa pun niste culori la stats si acum arata doar asta ,
[pawn] if(PlayerInfo[playerid][pStyle] == 1)
{
//SendClientMessage(playerid, SERVERGREEN,"_______________________________________");
format(coordsstring, sizeof(coordsstring),"{B20000}________________________________________{FFFFFF}[%s (%d)]{B20000}________________________________________",name, targetid);
SendClientMessage(playerid, COLOR_WHITE,coordsstring);
SendClientMessage(playerid, COLOR_WHITE, " ");
format(coordsstring, sizeof(coordsstring), "{CC6600}| Level: {33CCFF}%d {CC6600}| Sex: {33CCFF}%s {CC6600}| Varsta: {33CCFF}%d {CC6600}| Bani: {33CCFF}$%d {CC6600}| Banca: {33CCFF}$%d {CC6600}| Tel: {33CCFF}%d {CC6600}| PretLevel: {33CCFF}%s {CC6600}|", level,atext,age, cash, account, pnumber,FormatNumber(costlevel));
SendClientMessage(playerid, COLOR_GRAD1,coordsstring);
format(coordsstring, sizeof(coordsstring), "{CC6600}| Donator: {33CCFF}%s {CC6600}| OreJucate: {33CCFF}%d {CC6600}| Lotto: {33CCFF}%d {CC6600}| Job: {33CCFF}%s {CC6600}| JobSecundar: {33CCFF}%s {CC6600}| Warns: {33CCFF}%d/5 {CC6600}| FWarns: {33CCFF}%d/3 {CC6600}|", drank,ptime,lotto,jtext,jtext1,PlayerInfo[targetid][pWarns], PlayerInfo[targetid][pFwarn]);
SendClientMessage(playerid, COLOR_GRAD1,coordsstring);
format(coordsstring, sizeof(coordsstring), "{CC6600}| Arestari: {33CCFF}%d {CC6600}| Wanted: {33CCFF}%d {CC6600}| Jailed: {33CCFF}%s {CC6600}| Deaths: {33CCFF}%d {CC6600}| Crimes: {33CCFF}%d {CC6600}| DG Points: {33CCFF}%d {CC6600}|", arrests,wanted,jailtext,deaths,crimes, PlayerInfo[targetid][pGPPoints]);
SendClientMessage(playerid, COLOR_GRAD2,coordsstring);
format(coordsstring, sizeof(coordsstring), "{CC6600}| Respect: {33CCFF}%d/%d {CC6600}| RPBoost: {33CCFF}%d {CC6600}| Materiale: {33CCFF}%d {CC6600}| Droguri: {33CCFF}%dg {CC6600}| Pesti: %d {CC6600}|", exp,expamount,PlayerInfo[targetid][pRPBoost], mats, drugs, fishes);
SendClientMessage(playerid, COLOR_GRAD3,coordsstring);
format(coordsstring, sizeof(coordsstring), "{CC6600}| Faction: {33CCFF}%s {CC6600}| Rank: {33CCFF}%s {CC6600}| Punish: {33CCFF}%d {CC6600}|", ftext, rtext, punish);
SendClientMessage(playerid, COLOR_GRAD4,coordsstring);
format(coordsstring, sizeof(coordsstring), "{CC6600}| Masini Personale: {33CCFF}%d / %d / %d {CC6600}|", PlayerInfo[targetid][pCar1], PlayerInfo[targetid][pCar2], PlayerInfo[targetid][pCar3]);
SendClientMessage(playerid, COLOR_LIGHTMEDIC,coordsstring);
format(coordsstring, sizeof(coordsstring), "{CC6600}| Casa : {33CCFF}%d {CC6600}|", PlayerInfo[targetid][pPhousekey]);
SendClientMessage(playerid, COLOR_LIGHTMEDIC,coordsstring);
if (PlayerInfo[playerid][pAdmin] >= 1)
{
new skin = GetPlayerSkin(targetid);
new interior = GetPlayerInterior(targetid);
new local = PlayerInfo[targetid][pLocal];
new vw = GetPlayerVirtualWorld(targetid);
new Float:health, Float:armour;
GetPlayerHealth(targetid,health);
GetPlayerArmour(targetid,armour);
format(coordsstring, sizeof(coordsstring), "{CC6600}| BizKey: {33CCFF}%d {CC6600}| Skin: {33CCFF}%d {CC6600}| Interior: {33CCFF}%d {CC6600}| Virtual world: {33CCFF}%d {CC6600}| Local: {33CCFF}%d {CC6600}| Health: {33CCFF}%.1f {CC6600}| Armour: {33CCFF}%.1f {CC6600}|",bizkey, skin, interior, vw, local, health, armour);
SendClientMessage(playerid, COLOR_LIGHTRED, coordsstring);
}
SendClientMessage(playerid, SERVERGREEN,"{B20000}_______________________________________");
}[/pawn]
1 answer to this question
Recommended Posts