01.05.2012, 11:56
Hello I have problem.When I type any command it shows Unknown Command
Commands are scripted correctly
These are my includes
I use script like this
Commands are scripted correctly
These are my includes
Код:
#include <a_samp> #include <dini> #include <dudb> #include <pstream> #include <zcmd> #include <bfx_objects> #include <angdist> #include <sscanf2> #include <weapon>
Код:
if (strcmp("/haha", cmdtext, true, 10) == 0) { SetPlayerPos(playerid,504.9661,11.1953,132.5); SetPlayerInterior(playerid, 0); return 1; }