/report sends out y with accent
#6

EDIT: Wops! Didn't see too many people already answered it!
pawn Код:
if(sscanf(params, "us[64]", reporttext)) return Syntax(playerid, "report", "[reporttext].");
You removed the ID but you didn't remove the datatype in the sscanf line. Fixed below.

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)