Quote:
Originally Posted by Alternative112
Код:
if(sscanf(params, "ui", playerid))
You are telling sscanf to get 2 variables (a username and an int), but all you should need is the player's ID. So get rid of the u in that line and see if it works.
|
Thanks for your reply, my friend rescripted it for me
![Cheesy](images/smilies/biggrin.png)
. So, it's fine now!