SA-MP Forums Archive
how to make new level? - 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: how to make new level? (/showthread.php?tid=654122)



how to make new level? - priyanshu - 21.05.2018

can anyone teach me how to make new levels in script there are total of 11 levels i want to make level12

and i want to make clans also how to make them


pls help me and tell me some colour codes and how to use them


Re: how to make new level? - Shadow0707 - 21.05.2018

Quote:
Originally Posted by priyanshu
Посмотреть сообщение
can anyone teach me how to make new levels in script there are total of 11 levels i want to make level12

and i want to make clans also how to make them


pls help me and tell me some colour codes and how to use them

Change the max levels from 11 to 12 make sure you changed everything so you'll not get errors if you have specific rank you must add one.

For Clan Systems
1. https://sampforum.blast.hk/showthread.php?tid=571229
2. http://forum.sa-mp.com/showthread.ph...4787%5BInclude

For Color Codes you can search for it or use this
https://sampforum.blast.hk/showthread.php?tid=157789


Re: how to make new level? - Filbert - 21.05.2018

Just change the 'MaxAdminLevel' to 12 if it's SATDM.
About clan, maybe this post can help you http://forum.sa-mp.com/showthread.ph...highlight=gang
And I know what do you mean, you just wanna copy BTTDM clan features xD


Re: how to make new level? - priyanshu - 21.05.2018

okey thanks i have maded a BTTDM with my friends but its showing too much errors how to fix that?


Re: how to make new level? - priyanshu - 21.05.2018

how to use colour codes?


Re: how to make new level? - priyanshu - 21.05.2018

i syas i want to make level12 how to make that bcoz i want to name that 'King'


Re: how to make new level? - Shadow0707 - 21.05.2018

Quote:
Originally Posted by priyanshu
Посмотреть сообщение
okey thanks i have maded a BTTDM with my friends but its showing too much errors how to fix that?
Use the pawno included in w/ the server package

Quote:
Originally Posted by priyanshu
Посмотреть сообщение
how to use colour codes?
ex: SendClientMessage(playerid, -1,"#COL_BLUE"Testing);

Quote:
Originally Posted by priyanshu
Посмотреть сообщение
i syas i want to make level12 how to make that bcoz i want to name that 'King'
As Filbert say you must change MaxAdminLevel to 12 i think you can find it in defines and to name it King you can find rank names of admins then add one and name it King

Stop bumping, You can bump a post a day.


Re: how to make new level? - GTLS - 21.05.2018

I am surprised no one even told him to get some PAWN knowledge first. If he doesnt know how to use color codes, he should learn the basics from tutorials first.

-> https://sampwiki.blast.hk/wiki/PAWN_for_Beginners - This is Wiki page for beginners read this.
-> https://www.youtube.com/watch?v=e-wyjYduHtY&t=711s - Here, Follow this tutorial series by Cubie on *******. I am sure you will learn something from it. I believe there are 3 or 4 videos in the series yet, but thats pretty much the basic stuff on how to setup server, how to do different things etc..


Re: how to make new level? - poppingrose - 21.05.2018

ohh thanks for this too. I also need this info