01.12.2012, 02:15
I'm having problem with triple strings..
If type
[code]
/test (string1)hey hey hey (string2)Ok (string3)No
it will show as
"Word: hey, Selection: hey, Selection2: hey"
I won't give original code however. I need the solution to fix it.
Here is the code (example)
If type
[code]
/test (string1)hey hey hey (string2)Ok (string3)No
it will show as
"Word: hey, Selection: hey, Selection2: hey"
I won't give original code however. I need the solution to fix it.
Here is the code (example)
pawn Код:
new string1[128], string2[128], string3[128];
if(sscanf(params, "s[128]s[128]s[128]", string1, string2, string3)) return SetPlayerHealth(playerid, 0.0);