Jump to content
  • 0

nume_prenume


yonutzz

Question

Salut spunetimi si mie ce este gresit aici?cand intru doar cu un nume imi spune ca trebuie sa bag nume_prenume, si cand bag nume_prenume tot imi da kick si zice sa schimb numele

[pawn]public OnPlayerConnect(playerid)

{

if(IsPlayerNPC(playerid)) return 1;

    LoggedTime[playerid] = 0;

    new string[256];

    gPlayerLogged[playerid] = 0;

    gAdminLogged[playerid] = 0;

    new plname[MAX_PLAYER_NAME],tmpvar;

GetPlayerName(playerid, plname, sizeof(plname));

if(!NameIsRP(plname))

{

SendClientMessage(playerid, COLOR_YELLOW2, "Immigration: Your name is not acceptable.");

SendClientMessage(playerid, COLOR_LIGHTRED, "Hint: your name must be in the format Firstname_Lastname.");

Kick(playerid); //yes, use Kick here because theres no data to save

return 1;

}

if(IsIPBanned(playerid)) {

    if((BanInfo[tmpvar][banInfoTS]-GetUnixTime())!=0) {

    SendClientMessage(playerid,COLOR_YELLOW2,"You are currently banned. Please wait for this to expire");

    SendClientMessage(playerid,COLOR_LIGHTRED,"If you feel this is a mistake post a appeal on our website");

    tmpvar=PlayerInfo[playerid][pRank]; //just a reused variable

    new numdays=(BanInfo[tmpvar][banInfoTS]-GetUnixTime())/86400;

    format(string,sizeof(string),"Your ban expires in %i day(s). Ban Reason: %s",numdays,BanInfo[tmpvar][banInfoReason]);//just reused variables

    SendClientMessage(playerid,COLOR_LIGHTRED,string);

Kick(playerid); //don't ban because if it expires they will be banned..

}

}

PlayerInfo[playerid][pCalledTutSay]=0;//this must be outside initplayer

InitPlayer(playerid);

SetPlayerColor(playerid,COLOR_GRAD2);

    foreach (Player, i)

{

    if(BlockPMPerson[playerid] == 1)

    {

        BlockPMPerson[playerid] = 0;

    }

}

[/pawn]

Vreau sa fac sa fie doar un singur nume, nu nume_prenume.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.