SSCANF Problem, no return specific value
#6

Try using it without the "u" and use "d". Granted you'll only be able to enter the id of the target player but try to see if it works. And if it DOES, then you need to update your sscanf. Because "u" stopped working on 0.3d on older sscanf versions. You've already said you've updated but are you 100% positive you did?

pawn Код:
if(sscanf(params, "dd", othersid, playerLV))
{
    SendClientMessage(playerid, -1, "USE: /setadmin [ID] [0~3]");
    return 1;
}
Reply


Messages In This Thread
SSCANF Problem, no return specific value - by SuperChock - 11.12.2011, 20:41
Re: SSCANF Problem, no return specific value - by Speed - 11.12.2011, 20:44
Re: SSCANF Problem, no return specific value - by SuperChock - 11.12.2011, 20:46
Re: SSCANF Problem, no return specific value - by Steven82 - 11.12.2011, 20:47
Re: SSCANF Problem, no return specific value - by SuperChock - 11.12.2011, 20:48
Re: SSCANF Problem, no return specific value - by Steven82 - 11.12.2011, 20:56
Re: SSCANF Problem, no return specific value - by SuperChock - 11.12.2011, 21:19
Re: SSCANF Problem, no return specific value - by Steven82 - 11.12.2011, 21:26
Re: SSCANF Problem, no return specific value - by SuperChock - 11.12.2011, 21:43
Re: SSCANF Problem, no return specific value - by Tigerkiller - 11.12.2011, 22:08
Re: SSCANF Problem, no return specific value - by SuperChock - 11.12.2011, 22:17
Re: SSCANF Problem, no return specific value - by Steven82 - 11.12.2011, 22:32
Re: SSCANF Problem, no return specific value - by SuperChock - 11.12.2011, 22:35
Re: SSCANF Problem, no return specific value - by Steven82 - 11.12.2011, 22:41
Re: SSCANF Problem, no return specific value - by SuperChock - 11.12.2011, 22:55
Re: SSCANF Problem, no return specific value - by iTorran - 11.12.2011, 23:04
Re: SSCANF Problem, no return specific value - by SuperChock - 11.12.2011, 23:19
Re: SSCANF Problem, no return specific value - by iTorran - 11.12.2011, 23:27
Re: SSCANF Problem, no return specific value - by SuperChock - 11.12.2011, 23:29
Re: SSCANF Problem, no return specific value - by Steven82 - 11.12.2011, 23:32

Forum Jump:


Users browsing this thread: 3 Guest(s)