An offline ban command
#4

Quote:
Originally Posted by [ABK]Antonio
Посмотреть сообщение
You need to use a string specifier instead of the u specifier

pawn Код:
new TargetID;
if( !sscanf(params, "u", TargetID))
would be
pawn Код:
new TargetID[MAX_PLAYER_NAME];
if( !sscanf(params, "s[24]", TargetID))
Did not work. It saved a %s file.
Reply


Messages In This Thread
An offline ban command - by HydraX - 06.09.2012, 23:10
Respuesta: An offline ban command - by HydraX - 06.09.2012, 23:43
Re: An offline ban command - by [ABK]Antonio - 06.09.2012, 23:45
Respuesta: Re: An offline ban command - by HydraX - 06.09.2012, 23:49
Re: An offline ban command - by Penki4a - 07.09.2012, 01:27
Respuesta: Re: An offline ban command - by HydraX - 07.09.2012, 01:59
Re: An offline ban command - by [HiC]TheKiller - 07.09.2012, 06:50
Re : An offline ban command - by ricardo178 - 07.09.2012, 07:26
Respuesta: Re: An offline ban command - by HydraX - 07.09.2012, 20:20

Forum Jump:


Users browsing this thread: 1 Guest(s)