23.12.2013, 12:03
you really need includes.
plugins doesnt really matter if there's not alot of objects appears.
use zcmd (preferbally) to make commands
Example
hope this helps you alot.
plugins doesnt really matter if there's not alot of objects appears.
use zcmd (preferbally) to make commands
Example
Код:
CMD:test(playerid, params[]) { SendClientMessage(playerid, COLOR_WHITE, "test"); SetPlayerHealth(playerid, 100); return 1; }