#1

can someone give me command /adminlogin when someone admin joined to the server said him bla bla /adminlogin bla bla.. :P
Like this : &


sorry for my bad english :P
Reply
#2

no one?
Reply
#3

Bumb
Reply
#4

Although this isn't a script request thread, I'm not one to complain. But most are, so make sure you post in appropriate section next time.

pawn Код:
#define COL_PINK "{FF00EA}"  //Put this at the top of your script. - COLOUR FORMATTING.
    #define COL_RED  "{FF0000}"    //SAME WITH THIS ONE.
    new string[64];
    format(string, sizeof(string), "Use "COL_PINK"'/adminlogin' to login as an "COL_RED"Admin");
    if(AdminLevel[playerid] > 0) SendClientMessage(playerid, COLOUR_WHITE, string);
    //Replace AdminLevel[playerid] with the variable you use.
Reply
#5

C:\Documents and Settings\s\Desktop\1\gamemodes\tttt.pwn(44492) : error 021: symbol already defined: "format"
C:\Documents and Settings\s\Desktop\1\gamemodes\tttt.pwn(44493) : error 010: invalid function or declaration
Reply
#6

i pmed u
Reply
#7

bumb
Reply
#8

Quote:
Originally Posted by VanSiera
Посмотреть сообщение
C:\Documents and Settings\s\Desktop\1\gamemodes\tttt.pwn(44492) : error 021: symbol already defined: "format"
C:\Documents and Settings\s\Desktop\1\gamemodes\tttt.pwn(44493) : error 010: invalid function or declaration
Post the lines that give you error please.
Reply
#9

#define COL_PINK "{FF00EA}"
#define COL_RED "{FF0000}"
new string[64];
format(string, sizeof(string), "Use "COL_PINK"'/adminlogin' to login as an "COL_RED"Admin");
if(AdminLevel[playerid] > 0) SendClientMessage(playerid, COLOUR_WHITE, string);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)