18.10.2014, 20:43
When i make a command in pawno and i put it in filescript and i add it in server.cfg at filescript, it doesn't work.
For example:
I try this
CMD:heal(playerid, params[])
{
SetPlayerHealth(playerid, 100);
return 1;
}
I put this in filterscripts folder, after i added this in server.cfg and when i connect to sv and i use /heal i get "unknow command" message.
For example:
I try this
CMD:heal(playerid, params[])
{
SetPlayerHealth(playerid, 100);
return 1;
}
I put this in filterscripts folder, after i added this in server.cfg and when i connect to sv and i use /heal i get "unknow command" message.