HardRolePlay Basics
#1

Hello everyone,
I am making a Hard RolePlay server.I already have 32.000 lines but i still need ideeas.
I've started this topic to ask you for ideeas.

What should a HARDRP Server has?Like "/me,/do,Vehicle System,House System..."
Please give ideea's xD
This will be usefull for everyone who wants a HardRP Community :P
Reply
#2

cna u has /me command? thanks
Reply
#3

Quote:
Originally Posted by Finn
Посмотреть сообщение
cna u has /me command? thanks
What?.
Don't understand sorry xD
pawn Код:
if(strcmp(cmd, "/me", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            if(gPlayerLogged[playerid] == 0)
            {
                SendClientMessage(playerid, COLOR_GREY, "   You havent logged in yet !");
                return 1;
            }
            new length = strlen(cmdtext);
            while ((idx < length) && (cmdtext[idx] <= ' '))
            {
                idx++;
            }
            new offset = idx;
            new result[128];
            while ((idx < length) && ((idx - offset) < (sizeof(result) - 1)))
            {
                result[idx - offset] = cmdtext[idx];
                idx++;
            }
            result[idx - offset] = EOS;
            if(!strlen(result))
            {
                SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /me [action]");
                return 1;
            }
            format(string, sizeof(string), "* Admin %s", result);
            ProxDetector(30.0, playerid, string, COLOR_CHAT1,COLOR_CHAT2,COLOR_CHAT3,COLOR_CHAT4,COLOR_CHAT5);
        }
        return 1;
    }
Reply
#4

What about a /MDC in police `?
Reply
#5

Yes,MDC is very important
Added.
Reply
#6

And what about an business script ?
Reply
#7

Yes a HardRP Script should have:

House System
Vehicle System
Business System
Login/Register System
Job System
Faction System
Lot more.
Reply
#8

You have right, I'll love help you at your way
Reply
#9

Faction system, alot of jobs, fishing system, robbing system.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)