Help me /stats is BUG
#3

pawn Код:
if(strcmp(cmd, "/stats", true) ==0)
{
    new text[128],Float: armour, Float: health;
    format(text,sizeof(text), "Nome: %s | Soldi: %d | Livello: %d | Materiali %d | Droga: %d | Chiave Casa: %d | Chiave Business: %d | Banca: %d | Warn: %d | Anni: %d |Ore di gioco: %d | ", PlayerInfo[playerid][pCash], PlayerInfo[playerid][pLevel], PlayerInfo[playerid][pMateriali], PlayerInfo[playerid][pDroga], PlayerInfo[playerid][pHouseKey], PlayerInfo[playerid][pBizKey], PlayerInfo[playerid][pBank], PlayerInfo[playerid][pWarnings], PlayerInfo[playerid][pAge], PlayerInfo[playerid][pPlayingHours]);
    SendClientMessage(playerid,0xFFFFFFAA,text);
   
    format(text,sizeof(text), "Recapito Telefonico: %d  | Lavoro: %s| Numero Arresti: %d | Armatura: %d | Vita: %d | Skin: %d | Fazione: %d | Rank: %d | CLAN: %d |", PlayerInfo[playerid][pPhoneNumber], PlayerInfo[playerid][pJob], PlayerInfo[playerid][pArresti], GetPlayerArmour(playerid, armour), GetPlayerHealth(playerid, health), PlayerInfo[playerid][pSkin], PlayerInfo[playerid][pFaction], PlayerInfo[playerid][pRank], PlayerInfo[playerid][pClan]);
    SendClientMessage(playerid,0xFFFFFFAA,text);
}
Reply


Messages In This Thread
Help me /stats is BUG - by Steveproxy5 - 02.08.2014, 20:58
Re: Help me /stats is BUG - by babecka - 02.08.2014, 21:01
Respuesta: Help me /stats is BUG - by Zume - 02.08.2014, 21:01
Re: Help me /stats is BUG - by DarkZeroX - 02.08.2014, 21:01
Respuesta: Re: Help me /stats is BUG - by Zume - 02.08.2014, 21:05
Re: Help me /stats is BUG - by Steveproxy5 - 02.08.2014, 21:23
Re: Help me /stats is BUG - by Steveproxy5 - 02.08.2014, 23:06

Forum Jump:


Users browsing this thread: 2 Guest(s)