Sscanf disconnect and reconnect problem
#9

Do all of your admin commands have a similar structure? I'm going to assume that SOMETHING other than the sscanf line in your commands is messing it all up. Post some of the commands for crying out loud- quit being so freaking difficult.

#e:

pawn Код:
if(sscanf(params, "u", target)) return SCM(playerid, -1, "{F70505}Usage: {FFFFFF}/get [playerid]");
    else if(target == INVALID_PLAYER_ID) return SCM(playerid, COLOR_ORANGE, "Enter a valid player ID/name!");
Replace that, with this:

pawn Код:
if(sscanf(params, "u", target)) return SCM(playerid, -1, "{F70505}Usage: {FFFFFF}/get [playerid]");
if(target == INVALID_PLAYER_ID) return SCM(playerid, COLOR_ORANGE, "Enter a valid player ID/name!");
Reply


Messages In This Thread
Sscanf disconnect and reconnect problem - by Face9000 - 12.08.2013, 21:36
Re: Sscanf disconnect and reconnect problem - by Scenario - 12.08.2013, 22:02
Re: Sscanf disconnect and reconnect problem - by Face9000 - 13.08.2013, 08:40
Re: Sscanf disconnect and reconnect problem - by Scenario - 13.08.2013, 14:47
Re: Sscanf disconnect and reconnect problem - by -Prodigy- - 13.08.2013, 14:58
Re: Sscanf disconnect and reconnect problem - by Face9000 - 13.08.2013, 17:23
Re: Sscanf disconnect and reconnect problem - by ReVo_ - 13.08.2013, 17:30
Re: Sscanf disconnect and reconnect problem - by Face9000 - 13.08.2013, 17:36
Re: Sscanf disconnect and reconnect problem - by Scenario - 13.08.2013, 17:36
Re: Sscanf disconnect and reconnect problem - by Face9000 - 13.08.2013, 18:13

Forum Jump:


Users browsing this thread: 1 Guest(s)