27.06.2015, 14:53
Hello lads,
I'm having trouble with my Anti Cheat.
I made a test command using ZCMD. When i connect to my Test Server i receive "Unknown command". My ZCMD is updated as-well.
I'm having trouble with my Anti Cheat.
I made a test command using ZCMD. When i connect to my Test Server i receive "Unknown command". My ZCMD is updated as-well.
PHP код:
CMD:guntest(playerid, params[])
{
GivePlayerWeapon(playerid, 24, 200);
return 1;
}
CMD:gunntest(playerid, params[])
{
ServerWeapon(playerid, 24, 200);
return 1;
}