dialog problem
#5

PHP код:
CMD:stats(playerid,params[]) {
    new 
string[100], pDeathsplayer1hms,playername[MAX_PLAYER_NAME];
    if(
isnull(params)) player1 playerid;
     else 
player1 strval(params);
    if(
IsPlayerConnected(player1)) {
    new 
Float:xFloat:yFloat:zFloat:healthFloat:armor;
         
GetPlayerPos(playeridx,y,z); GetPlayerHealth(playeridhealth);
         
GetPlayerArmour(playeridarmor);
        
TotalGameTime(player1hms);
        
PlayerPlaySound(playerid11370.00.00.0);
        
GetPlayerName(player1playernamesizeof(playername));
         if(
PlayerInfo[player1][Deaths] == 0pDeaths 1; else pDeaths PlayerInfo[player1][Deaths];
          new 
string1[512];
        
format(string1sizeof(string1), "| %s's Stats: \n Kills: %d \n Deaths: %d \n Ratio: %0.2f \n Money: $%d \n Time: %d||| Hours: %d |||minutes: %d |||Seconds: %d\nScore: %s \n Health:%s \n Armour:%s",PlayerName2(player1), PlayerInfo[player1][Kills], PlayerInfo[player1][Deaths], Float:PlayerInfo[player1][Kills]/Float:pDeaths,GetPlayerMoney(player1), hmsGetPlayerScore(playerid), floatround(health),armor);
        
ShowPlayerDialog(playerid1112DIALOG_STYLE_MSGBOX,"STATS",stringstring1,"Close");
    } else return 
SendClientMessage(playeridred"Player Not Connected!");
    return 
1;

now compiled but when i do /stats
no response from command :P
Reply


Messages In This Thread
dialog problem - by sanamalik400 - 05.11.2015, 14:29
Re: dialog problem - by AbyssMorgan - 05.11.2015, 14:35
Re: dialog problem - by sanamalik400 - 05.11.2015, 14:43
Re: dialog problem - by AbyssMorgan - 05.11.2015, 14:49
Re: dialog problem - by sanamalik400 - 05.11.2015, 15:01
Re: dialog problem - by AbyssMorgan - 05.11.2015, 15:07
Re: dialog problem - by sanamalik400 - 05.11.2015, 15:13
Re: dialog problem - by AbyssMorgan - 05.11.2015, 15:16

Forum Jump:


Users browsing this thread: 2 Guest(s)