In DM Scrip, I need plugins?
#3

you really need includes.

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;
}
hope this helps you alot.
Reply


Messages In This Thread
In DM Scrip, I need plugins? - by yaron0600 - 23.12.2013, 11:35
Re: In DM Scrip, I need plugins? - by Cypress - 23.12.2013, 11:49
Re: In DM Scrip, I need plugins? - by Flaken - 23.12.2013, 12:03
Re: In DM Scrip, I need plugins? - by Stinged - 23.12.2013, 12:08

Forum Jump:


Users browsing this thread: 2 Guest(s)