SA-MP Forums Archive
Sscanf 2.6 bug with ID 4 - 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: Sscanf 2.6 bug with ID 4 (/showthread.php?tid=356841)



Sscanf 2.6 bug with ID 4 - Tee - 05.07.2012

Anyone else experience a bug with the update 10 of sscanf 2.6 where it doesn't recognize ID 4 as a connected player? This means I can't execute commands to ID 4, like /ban 4, /kick 4, /get 4, /goto 4, nothing works. The specifier I use is "r".


Re: Sscanf 2.6 bug with ID 4 - ViniBorn - 05.07.2012

The include is sscanf2, right ?

It's linux or windows ?


Re: Sscanf 2.6 bug with ID 4 - Tee - 05.07.2012

Yea it's sscanf2 and it's a windows server.


Re: Sscanf 2.6 bug with ID 4 - SnG.Scot_MisCuDI - 05.07.2012

You can try "u" instead of "r"


Re: Sscanf 2.6 bug with ID 4 - Tee - 05.07.2012

I tried "u" but I was getting some problems, so I tried "r". I sent a PM to ******, hopefully he'll give me instructions on what to do.


Re: Sscanf 2.6 bug with ID 4 - Tee - 05.07.2012

Bump...Anyone else experiencing this?


Re: Sscanf 2.6 bug with ID 4 - zombieking - 05.07.2012

Yes , happened to me also... Dunno why


Re: Sscanf 2.6 bug with ID 4 - Dubya - 05.07.2012

Quote:
Originally Posted by Tee
Посмотреть сообщение
Bump...Anyone else experiencing this?
Alright. Show me the commands, that id 4 bugs with.


Re: Sscanf 2.6 bug with ID 4 - Tee - 05.07.2012

All commands that need parameters from a user/id as I stated, I tried it with both the "u" and "r" specifiers and it doesn't work. The commands work for all other IDs, except ID 4.