12.10.2012, 18:18
Hello,
I'm trying to do something like this:
And I gets in the string Command: /Test 0 not found...
This adds the Command auto..
I try to do like this:
End first return's hello.
the second Command: /test 0
WHat to do?
I'm trying to do something like this:
Код:
format(str, sizeof(str), "/test %d", playerid); OnPlayerCommandText(playerid, str);
This adds the Command auto..
I try to do like this:
Код:
printf("%s", str); format(str, sizeof(str), "/test %d", playerid); printf("%s", str); OnPlayerCommandText(playerid, str);
the second Command: /test 0
WHat to do?