Jump to content

eroare /stats


Recommended Posts

CMD:stats(playerid, params[])
{
    new Player;
    //--------------------------------------------------------------------------
    if(sscanf(params, "u", Player))
    return SendUsage(playerid, "/stats [Player ID]");
    if(!IsPlayerConnected(Player)) return SendError(playerid, "Player not connected!");
    if(IsPlayerConnected(Player))
    {
        ShowPlayerDialog(playerid, 123, DIALOG_STYLE_MSGBOX, "{FFFFFF}Account Informations", ShowStats(Player), "Close", "");
    }
    return 1;
}

cand dau /stats [id] isi ia freeze server-ul

"ShowStats(Player)" e o functie care arata statisticile jucatorului respectiv

Edited by seek nephrite
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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.