SA-MP Forums Archive
[GameMode] Basic RP gamemode - 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: Gamemode Scripts (https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] Basic RP gamemode (/showthread.php?tid=304215)



Basic RP gamemode - vent - 17.12.2011

Well, i was bored and that* happened.
That = basic RP gamemode.


Basic RP gamemode
Functions:
  • Admin system
  • Login/Register system
  • Location saving system
  • Basic RP commands
  • Car commands

Commands:
pawn Код:
CMD:help(playerid, params[])
{
    SendClientMessage(playerid, COLOR_YELLOW, "----------Help---------");
    SendClientMessage(playerid, COLOR_WHITE, "/me | /do | /s | /b | /ooc");
    SendClientMessage(playerid, COLOR_WHITE, "/engine | /lights | /hood | /trunk");
    return 1;
}
Admin commands:
pawn Код:
CMD:ahelp(playerid, params[])
{
    if(PlayerInfo[playerid][pAdmin] > 0)
    {
        SendClientMessage(playerid, COLOR_YELLOW, "/noooc | /setadmin | /kick | /ban"); // 1
    }
    else SendClientMessage(playerid, COLOR_RED, NOTADMIN);
    return 1;
}

DL link


Credits: Kush for his login/register system.



Re: Basic RP gamemode - TheRock93 - 17.12.2011

Not bead 5/10..


Re: Basic RP gamemode - -Rebel Son- - 17.12.2011

Not bead at all


Re: Basic RP gamemode - vent - 17.12.2011

Yo, it should be 10/10. ;>


Re: Basic RP gamemode - Steven82 - 17.12.2011

Quote:
Originally Posted by vent
Посмотреть сообщение
Yo, it should be 10/10 because im only 12. ;>
Yo, your cool.

OT:
This is more like a 2/5 or 4/10. It's not really that great.


Re: Basic RP gamemode - vent - 17.12.2011

Yo, it took like 15 minutes.


Re: Basic RP gamemode - Steven82 - 17.12.2011

Quote:
Originally Posted by vent
Посмотреть сообщение
Yo, it took like 15 minutes.
Please stop using the word "Yo". It's very annoying. And i doubt it took around 15 minutes for you to make ALL of this. Unless you just copy and pasted 90% of it.


Re: Basic RP gamemode - vent - 17.12.2011

5min for writing the login/register system.
5min for /me, /do, /s, /b, /ooc, /engine, /hood, /trunk, /trunk, /kick, /ban and /setadmin commands.
5min for location saving system.


Re: Basic RP gamemode - Steven82 - 17.12.2011

Quote:
Originally Posted by vent
Посмотреть сообщение
5min for writing the login/register system.
5min for /me, /do, /s, /b, /ooc, /engine, /hood, /trunk, /trunk, /kick, /ban and /setadmin commands.
5min for location saving system.
So each of those took exactly 5 minutes. Holy crap. Did you use a stop watch?

1) I have checked the source and the User Account system has been copy pasted from Kush's Y_INI tutorial. You didn't even give him credit?

2) And your commands look like they have been copy pasted from different gamemodes? Your ban commands look a little like Vortex(2) RP's..

3) And your location saving is a very basic system which should only take around 5 minutes.


Re: Basic RP gamemode - Astralis - 17.12.2011

Quote:
Originally Posted by vent
Посмотреть сообщение
Yo, it took like 15 minutes.
you should work on this more. It needs to be more original.. Make a filterscript if you want.