Admin script problems
#8

i don't need the full code because the rest isnt concerned here.
have you tried BEFORE and AFTER loggin as rcon ?

by the way just noticed in your format's that you are formating string and integer ( id and playerid )
you put twice %s but integer is %i

change all your format code

from
Код:
format(str, sizeof(str),"%s(%s) has demoted you to a regular player!",name,playerid);
to
Код:
format(str, sizeof(str),"%s(%i) has demoted you to a regular player!",name,playerid);
name = string
playerid & id = integer
%s = string
%i = integer
Reply


Messages In This Thread
Admin script problems - by Zonoya - 09.06.2013, 14:42
Re: Admin script problems - by SuperViper - 09.06.2013, 15:13
Re: Admin script problems - by Zonoya - 09.06.2013, 15:18
Re : Admin script problems - by NvidiaForTheWin - 09.06.2013, 15:27
Re: Admin script problems - by Zonoya - 09.06.2013, 15:33
Re : Admin script problems - by NvidiaForTheWin - 09.06.2013, 15:42
Re: Admin script problems - by Zonoya - 09.06.2013, 15:45
Re : Admin script problems - by NvidiaForTheWin - 09.06.2013, 15:57
Re: Admin script problems - by Zonoya - 09.06.2013, 15:59
Re : Admin script problems - by NvidiaForTheWin - 09.06.2013, 16:03

Forum Jump:


Users browsing this thread: 2 Guest(s)