SA-MP Forums Archive
ID Bug again - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: ID Bug again (/showthread.php?tid=446908)



ID Bug again - Tuff - 27.06.2013

Hey guys
I am using SSCANF last verison of ****** but i have players ID Bug again...

Why? Answer please Thanks, i will +rep if i fixed it from you
NOTE: I have all plugins - includes updated...

NOTE: Don't say make "d" insteed of "u"..i am already using this but not working


Re: IP Bug again - SwisherSweet - 27.06.2013

this is like your 3rd tread like this for the last freaking time show use a freaking code or use u d or whatever!!!!!!!!!


Re: IP Bug again - Tuff - 27.06.2013

I am sorry but 'd' not working..Still ID bug


Re: IP Bug again - Akira297 - 27.06.2013

Quote:
Originally Posted by Tuff
Посмотреть сообщение
I am sorry but 'd' not working..Still ID bug
You need to read what he is saying. Show us the code on which the "IDs" bug on. Literally what command do you type and the ID's bugged.


Re: ID Bug again - Tuff - 27.06.2013

All commands...
Example:

pawn Код:
//"d"

if(sscanf(params, "d", giveplayerid)) return SendClientMessageEx(playerid, COLOR_WHITE, "USAGE: /goto [playerid]");

//"u"

if(sscanf(params, "u", giveplayerid)) return SendClientMessageEx(playerid, COLOR_WHITE, "USAGE: /goto[playerid]");



Re: ID Bug again - Tuff - 27.06.2013

So? help?


Re: ID Bug again - Isolated - 27.06.2013

pawn Код:
if(!sscanf(params, "u", giveplayerid)) {
//code
}
else return SendClientMessageEx(playerid, COLOR_WHITE, "USAGE: /goto[playerid]");



Re: ID Bug again - Tuff - 27.06.2013

This will not work Isolated...


Re: ID Bug again - feartonyb - 27.06.2013

if(sscanf(params, "u", giveplayerid)) return SendClientMessageEx(playerid, COLOR_WHITE, "USAGE: /goto [playerid]");

If it's not working change giveplayerid maybe it's used in some publics/stocks


Re: ID Bug again - Tuff - 27.06.2013

Not working...Can't change giveplayerid...