16.10.2012, 15:30
remove the brackets and just eg[code]
if(sscanf(params, "s[64]d", arrFaction[iFac][g_szFactionName], amount, weapons))
return SendClientMessageEx(playerid, COLOR_WHITE, "USAGE: /createfaction [name] [type(/factypes)]");
[code]
u dont need to bracket it
if(sscanf(params, "s[64]d", arrFaction[iFac][g_szFactionName], amount, weapons))
return SendClientMessageEx(playerid, COLOR_WHITE, "USAGE: /createfaction [name] [type(/factypes)]");
[code]
u dont need to bracket it

