SA-MP Forums Archive
In DM Scrip, I need plugins? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: In DM Scrip, I need plugins? (/showthread.php?tid=482898)



In DM Scrip, I need plugins? - yaron0600 - 23.12.2013

In DM Scrip, I need plugins?


Re: In DM Scrip, I need plugins? - Cypress - 23.12.2013

It depends on the futures you want to use. If you decide to use streamer for a lot of objects or checkpoints, you can. But no, you don't need plugins to create a DM server.


Re: In DM Scrip, I need plugins? - Flaken - 23.12.2013

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.


Re: In DM Scrip, I need plugins? - Stinged - 23.12.2013

You don't really need plugins, but there are some plugins that make scripting easier, like sscanf.