ID Bug again
#1

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
Reply
#2

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

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

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.
Reply
#5

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]");
Reply
#6

So? help?
Reply
#7

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

This will not work Isolated...
Reply
#9

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
Reply
#10

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


Forum Jump:


Users browsing this thread: 1 Guest(s)