Command help /setaname. And /drag HELP ASAP
#1

I just found out what happens when I bite the hands that feed me.
Reply
#2

Please someone help I need this command for my server it's the last thing I need before I open
Reply
#3

Code:
CMD:setname(playerid,params[])
{
    if(Info[playerid][Level] >= 5 || IsPlayerAdmin(playerid))
    {
        new id, name[24], str[130], newname;
        if(sscanf(params, "udd", id,name,newname)) return SendClientMessage(playerid,red,"/SetName [Playerid/Name] [New Name]");
        GetPlayerName(id,name,24);
        format(str,130,"You Changed %s (%d)'s Name to $%d",name,id,newname);
        SendClientMessage(playerid,lightblue,str);
        format(str,130, "Admin Changed Your Name to $%d",newname);
        SendClientMessage(playerid,lightblue,str);
        SetPlayerName(id,name);
    } else return SendClientMessage(playerid,red,"Your Level Is Not High Enough To Use This Command");
    return 1;
}
Reply
#4

That is just to change a name please edit it to what I put up there
Reply
#5

Quote:
Originally Posted by Luke-Paul
View Post
That is just to change a name please edit it to what I put up there
OMG i don't know the rest i just give you the setname so you can use that but i said it the rest i don't know sorry wait for someone to come and help you for other things
Reply
#6

Thanks but that was a bit rude
Reply
#7

Himm ok i give you the command + i didn't report you for spamming for all the help section + am still saying i don't know that commands and you need to wait if this is rude so am saying nothing.
Reply
#8

Quote:
Originally Posted by Luke-Paul
View Post
Thanks but that was a bit rude
You're an ungrateful turd. Someone gives you some help, but its not EXACTLY what you want so you whine about it. When the person apologizes, you call them rude.

EDIT: and using some dead-friend story to boot. Aren't you a piece of work.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)