14.09.2017, 13:25
Hello,So i have this code:
I wanna return this cmd "/enter" somewhere else.
Any idea how to return it?
I cant use "return cmd_enter(playerid, params);" cuz im not using zcmd.
If there is anyways to return it or any other ways,I would like to learn.
PHP код:
if(strcmp(cmd, "/enter", true) == 0)
{
Bla bla bla
}
Any idea how to return it?
I cant use "return cmd_enter(playerid, params);" cuz im not using zcmd.
If there is anyways to return it or any other ways,I would like to learn.