/report sends out y with accent
#4

Quote:
Originally Posted by AchievementMaster360
Посмотреть сообщение
Nope...
You've forgotten to remove the playerid selection via sscanf.
pawn Код:
if(sscanf(params, "us[64]", reporttext)) return Syntax(playerid, "report", "[reporttext].");
To:
pawn Код:
if(sscanf(params, "s[64]", reporttext)) return Syntax(playerid, "report", "[reporttext].");
Reply


Messages In This Thread
/report sends out y with accent - by AchievementMaster360 - 03.12.2013, 23:49
Re: /report sends out y with accent - by Loot - 04.12.2013, 00:03
Re: /report sends out y with accent - by AchievementMaster360 - 04.12.2013, 00:36
Re: /report sends out y with accent - by Loot - 04.12.2013, 02:23
Respuesta: /report sends out y with accent - by [CG]Milito - 04.12.2013, 02:27
Re: /report sends out y with accent - by Tayab - 04.12.2013, 02:29

Forum Jump:


Users browsing this thread: 1 Guest(s)