[GameMode] Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD]
#1



Lines: 25517

Features:

Dynamic Housing System
Dynamic Faction System
Vehicle Dealership (credits to MadeMan)
Dynamic Business System
All of the necessary Role Play commands.
Busdriver Job, Pizza Stack Job, Fishing Job, 24/7 Job.
Advanced Windows System
Very clean and barely any grammar mistakes.
Death System with textdraws (showing where u got shot and how many times)
Much more!












pawn Code:
CMD:commands(playerid, params[])
{
    SCM(playerid, COLOR_WHITE, "_______________________________[SERVER COMMANDS]_______________________________");
    SCM(playerid, COLOR_WHITE, "[GENERAL:] /pay /pm /stats /dice /call /givedrug /animlist /factionhelp /dropgun /refuel /kph /mph /stats /admins /supporters");
    SCM(playerid, COLOR_WHITE, "[GENERAL:] /report /givegun /balance /withdraw /deposit /pickup /hangup /takedrivingtest /notehelp /jobhelp /pickupgun /inv");
    SCM(playerid, COLOR_WHITE, "[GENERAL:] /sms /licenses /greet /v /businesshelp /househelp /fishinghelp /factioninfo /invite /id /coin /ageup /vgivekeys /walk");
    SCM(playerid, COLOR_WHITE, "[GENERAL:] /(ad)vertisement /frisk /train /buy /help /low /do /me /shout /(o)oc /(f)action /windows /removecp /signwelfare /walkstyle");
    SCM(playerid, COLOR_WHITE, "[GENERAL:] /phonehelp /boombox /smoke /drink /usedrug /blockpm /fishingrod /helpme /buydrink /refuel /vsell /map /quitwelfare /list_tickets");
    if(PlayerInfo[playerid][pFaction] == 2)
    {
        SCM(playerid, COLOR_WHITE, "[POLICE:] /arrest /cuff /uncuff /opendoor /closedoor /locker /closecell /opencell /opengate /closegate");
        SCM(playerid, COLOR_WHITE, "[POLICE:] /revokeguns /revokedrugs /(m)egaphone /tazer /®adio /revokelicense /vmdc");
        SCM(playerid, COLOR_WHITE, "[POLICE:] /spike /removespike /removeroadblock /roadblock /ticket /takegunrights /mdc /suspect");
    }
    return 1;
}
pawn Code:
CMD:admincommands(playerid, params[])
{
    if(PlayerInfo[playerid][pAdmin] < 1)
    {
        SCM(playerid, COLOR_GREY, "You're not authorized to use this command.");
    }
    if(PlayerInfo[playerid][pAdmin] == 1)
    {
        SCM(playerid, COLOR_WHITE, "_______________________________[SUPPORTER COMMANDS]_______________________________");
        SCM(playerid, COLOR_WHITE, "[SUPPORTERS:] /accepthelpme /ignorehelpme /warn /mute /unmute /freeze /unfreeze");
        SCM(playerid, COLOR_WHITE, "[SUPPORTERS:] /tduty /(a)dminchat /ajail /astats /kick /spectate /spectateoff");
    }
    if(PlayerInfo[playerid][pAdmin] == 2)
    {
        SCM(playerid, COLOR_WHITE, "_______________________________[ADMINISTRATOR COMMANDS]_______________________________");
        SCM(playerid, COLOR_WHITE, "[SUPPORTERS:] /accepthelpme /ignorehelpme /warn /mute /unmute /freeze /unfreeze");
        SCM(playerid, COLOR_WHITE, "[SUPPORTERS:] /goto /gethere /tduty /(a)dminchat /ajail /astats /kick /spectate /spectateoff");
        SCM(playerid, COLOR_WHITE, "[JUNIOR ADMINISTRATORS:] /free /gotofuelstation /editv /setfuel /takegunrights /givegunrights /setskin /setvw /sethp");
        SCM(playerid, COLOR_WHITE, "[JUNIOR ADMINISTRATORS:] /setarmour /rtc /arevokedrugs /arevokeguns /afactionname /asetleader /sendtols /gotols /дslap");
        SCM(playerid, COLOR_WHITE, "[JUNIOR ADMINISTRATORS:] /afactioninfo /afactionrankname /alock /seenames /spectate /spectateoff /ban /unban /unbanip /offlineban");
    }
    if(PlayerInfo[playerid][pAdmin] == 3)
    {
        SCM(playerid, COLOR_WHITE, "_______________________________[ADMINISTRATOR COMMANDS]_______________________________");
        SCM(playerid, COLOR_WHITE, "[SUPPORTERS:] /accepthelpme /ignorehelpme /warn /mute /unmute /freeze /unfreeze");
        SCM(playerid, COLOR_WHITE, "[SUPPORTERS:] /goto /gethere /tduty /(a)dminchat /ajail /astats /kick /spectate /spectateoff");
        SCM(playerid, COLOR_WHITE, "[JUNIOR ADMINISTRATORS:] /free /gotofuelstation /editv /setfuel /takegunrights /givegunrights /setskin /setvw /sethp");
        SCM(playerid, COLOR_WHITE, "[JUNIOR ADMINISTRATORS:] /setarmour /rtc /arevokedrugs /arevokeguns /afactionname /asetleader /sendtols /gotols /aslap");
        SCM(playerid, COLOR_WHITE, "[JUNIOR ADMINISTRATORS:] /afactioninfo /afactionrankname /alock /seenames /spectate /spectateoff /ban /unban /unbanip /offlineban");
        SCM(playerid, COLOR_WHITE, "[GENERAL ADMINISTRATORS:] /agivegun /givemoney /setmoney /agivedrug /alockbiz /asellbiz" );
        SCM(playerid, COLOR_WHITE, "[GENERAL ADMINISTRATORS:] /asellhouse /alockhouse /createhouse /deletehouse /alock /seenames" );
    }
    if(PlayerInfo[playerid][pAdmin] == 4)
    {
        SCM(playerid, COLOR_WHITE, "_______________________________[ADMINISTRATOR COMMANDS]_______________________________");
       
        SCM(playerid, COLOR_WHITE, "[SUPPORTERS:] /accepthelpme /ignorehelpme /warn /mute /unmute /freeze /unfreeze");
        SCM(playerid, COLOR_WHITE, "[SUPPORTERS:] /goto /gethere /tduty /(a)dminchat /ajail /astats /kick /spectate /spectateoff");
        SCM(playerid, COLOR_WHITE, "[JUNIOR ADMINISTRATORS:] /free /gotofuelstation /editv /setfuel /takegunrights /givegunrights /setskin /setvw /sethp");
        SCM(playerid, COLOR_WHITE, "[JUNIOR ADMINISTRATORS:] /setarmour /rtc /arevokedrugs /arevokeguns /afactionname /asetleader /sendtols /gotols /aslap");
        SCM(playerid, COLOR_WHITE, "[JUNIOR ADMINISTRATORS:] /afactioninfo /afactionrankname /alock /seenames /spectate /spectateoff /ban /unban /unbanip /offlineban");
        SCM(playerid, COLOR_WHITE, "[GENERAL ADMINISTRATORS:] /agivegun /givemoney /setmoney /agivedrug /alockbiz /asellbiz" );
        SCM(playerid, COLOR_WHITE, "[GENERAL ADMINISTRATORS:] /asellhouse /alockhouse /createhouse /deletehouse /alock /seenames" );
        SCM(playerid, COLOR_WHITE, "[LEAD ADMINISTRATORS:] /restart");
    }
    return 1;
}


To run the script, you'll need to install these plugins:
Streamer
sscanf2


And these includes:
ZCMD https://sampforum.blast.hk/showthread.php?tid=91354
Y_INI http://www.y-less.com/list.php?id=4
ELC_AC_BASE https://sampforum.blast.hk/showthread.php?tid=218139
FloodControl https://sampforum.blast.hk/showthread.php?tid=320649
mSelection https://sampforum.blast.hk/showthread.php?tid=407045
fader https://sampforum.blast.hk/showthread.php?tid=124091


Download:

2015-07-01 Hotfix:
Fixed an issue where you couldn't give damage to other players.

Click here!

First Gamemode Hotfix:(download the first release and then this one and apply this over the first package)

http://www.solidfiles.com/d/7ddf2e111e/
http://www.upload.ee/files/4777848/S...ePlay.pwn.html
http://s000.tinyupload.com/index.php...96561965539823

First Release & Scriptfiles:

http://www.upload.ee/files/4777857/Roleplay.rar.html
http://www.solidfiles.com/d/dba2aa69ee/


Notes:

There are some houses and businesses already, but you'll have to create the remaining ones with /createbiz and /createhouse! Check line 11668 for the different types that exist. (If you have edited the gamemode, it's at the createbiz command.
Reply


Messages In This Thread
Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Chrillzen - 09.05.2015, 16:31
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by SpikY_ - 09.05.2015, 16:41
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by DevinPatino - 09.05.2015, 16:53
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by ChroMer - 09.05.2015, 17:02
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Alex Magaсa - 09.05.2015, 17:05
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by JJohnson1 - 09.05.2015, 18:17
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by hamzajaved780 - 09.05.2015, 19:03
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Chrillzen - 09.05.2015, 20:12
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by SHoCK44 - 12.05.2015, 16:53
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Chrillzen - 13.05.2015, 14:52
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by X337 - 13.05.2015, 15:11
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by iAnonymous - 14.05.2015, 00:50
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by 036 - 14.05.2015, 01:50
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Darxeve - 14.05.2015, 12:57
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by yeehao98 - 14.05.2015, 13:25
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Chrillzen - 14.05.2015, 15:54
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by FernandoLight - 16.05.2015, 20:48
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Chrillzen - 14.06.2015, 05:52
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by fonia5 - 15.06.2015, 09:00
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by silentl747 - 15.06.2015, 10:34
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Ritzy2K - 15.06.2015, 10:54
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by shocktheripper - 15.06.2015, 11:05
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by X337 - 15.06.2015, 11:39
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by LMaxCo - 15.06.2015, 11:40
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by muzammilfreeman - 15.06.2015, 12:00
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Chrillzen - 15.06.2015, 13:14
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Kruno88 - 15.06.2015, 14:01
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Chrillzen - 15.06.2015, 14:23
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Chrillzen - 09.08.2015, 22:44
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by RonaldinhoVantoras - 10.08.2015, 18:33
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by fireriper2 - 13.08.2015, 06:41
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Chrillzen - 13.08.2015, 09:11
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by kelvinis - 13.08.2015, 15:28
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by reckst4r - 13.08.2015, 19:18
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Xtream - 13.08.2015, 20:47
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by DMalexandru - 14.08.2015, 18:44
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Chrillzen - 14.08.2015, 18:59
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by melvinrandy - 15.08.2015, 12:12
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by HydraHumza - 15.08.2015, 12:45
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Normalityz - 16.08.2015, 10:56
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Chrillzen - 17.08.2015, 18:03
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by SundayMorning - 19.08.2015, 10:05
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by RonaldinhoVantoras - 20.08.2015, 00:52
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Floriian - 20.08.2015, 07:54
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Stax - 22.08.2015, 16:21
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Dorito - 24.08.2015, 06:47
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Floriian - 24.08.2015, 06:49
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by MrMathiasxP - 04.10.2015, 14:32
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Codac - 16.10.2015, 20:03
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Edonikiller - 16.10.2015, 20:30
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Opeal - 27.10.2015, 17:49
Re : Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Inuro - 28.10.2015, 18:03
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by ItsJosh - 28.10.2015, 19:36
Re: Re : Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Chrillzen - 29.10.2015, 14:19
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by DeadDon - 31.10.2015, 14:03
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Hellceaser - 10.11.2015, 20:52
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by jewking - 27.06.2016, 22:46
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Wantedboy21 - 28.06.2016, 15:46
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Inuro - 29.06.2016, 02:08
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by cuber - 15.11.2016, 14:37
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by LeeFrX - 28.01.2017, 07:56
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by cuber - 28.03.2017, 18:33
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Bigwebicek - 29.03.2017, 12:59
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by xLucy - 15.08.2017, 16:31
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by QuickScopeZz - 18.08.2017, 15:44
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by DutcherxD - 18.08.2017, 16:08
Respuesta: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by MeyerUP - 19.08.2017, 00:53
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by xLucy - 15.09.2017, 19:03
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by DiamondGaming - 24.12.2017, 16:02
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Milangames - 06.01.2018, 14:27
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by AlexMSK - 12.01.2018, 03:00
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Renan157 - 14.01.2018, 21:14
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Mopiet332 - 27.01.2018, 12:04
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by ShariyarKhan488 - 31.01.2018, 12:03
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by HNIC - 31.01.2018, 12:20
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by ShariyarKhan488 - 31.01.2018, 13:34
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by BruceAbott - 02.03.2018, 22:35
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by IndependentGaming - 03.03.2018, 20:02
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Colonel - 31.05.2018, 03:32
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by XXpro - 31.05.2018, 06:17
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Thorn33 - 06.07.2018, 06:13
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Chrillzen - 13.10.2018, 17:14
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by murilo2929 - 15.11.2018, 00:44
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Min99 - 16.11.2018, 04:09
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by murilo2929 - 16.11.2018, 13:00
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by HNIC - 20.01.2019, 17:40
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by KevTheJoker - 20.01.2019, 21:13
Re: Scratch Role Play Gamemode! [25,000 lines] [Y_INI] [ZCMD] - by Robertsamp - 21.01.2019, 07:53

Forum Jump:


Users browsing this thread: 24 Guest(s)