22.09.2018, 10:25
(
Последний раз редактировалось TheToretto; 23.09.2018 в 20:32.
)
ZCMD's syntaxes are the following :
COMMAND:enter(playerid, params[]) or CMD:enter(playerid, params[]) // You can lowercase them (cmd/command) anyway, you should change this
to this
Beside that's not the source of the problem, no errors while compiling?
COMMAND:enter(playerid, params[]) or CMD:enter(playerid, params[]) // You can lowercase them (cmd/command) anyway, you should change this
PHP код:
CMD:enter(playerid)
PHP код:
CMD:enter(playerid, params[])