In DM Scrip, I need plugins?
#1

In DM Scrip, I need plugins?
Reply
#2

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.
Reply
#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
#4

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


Forum Jump:


Users browsing this thread: 1 Guest(s)