04.11.2014, 07:46
You could use the 'p' specifier
Example:
sscanf(params,"p<.>s[24]s[3]",name,tag)
But in this case, the player has to use
/createfaction [name].[tag]
Anything that comes after the '.' will be considered as the tag. You can change the dot to any other special characters too.
Example:
sscanf(params,"p<.>s[24]s[3]",name,tag)
But in this case, the player has to use
/createfaction [name].[tag]
Anything that comes after the '.' will be considered as the tag. You can change the dot to any other special characters too.