Hi, any command which is scripted that I do when tested in-game does literally nothing. If I type a non-existent command the server says SERVER: Unknown Command, but if typing one I have made it does nothing whatsoever.
Here is an example, no compilation errors etc so I am confused.
got all plugins in the server cfg, what's up?
Code:
CMD:me(playerid, params[])
{
if(!LoggedIn[playerid])return true;
if(isnull(params))return SendClientMessage(playerid, COLOR_WHITE, "[SERVER] USAGE: /me [action]");
new string[128];
format(string, sizeof(string), "* %s %s", NameRP(playerid), params);
SendLocalMessage(playerid, COLOR_EMOTE, string);
return true;
}
Code:
#include <a_samp>
#include <zcmd>
#include <a_mysql>
#include <streamer>
#include <foreach>
#include <sscanf2>