SA-MP Forums Archive
Mixing a VIP system with the 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Mixing a VIP system with the gamemode? (/showthread.php?tid=514188)



Mixing a VIP system with the gamemode? - geohareas - 20.05.2014

Hey,

I downloaded yesterday Excell's insane freeroam gamemode,but I realised that there is no admin or vip system.I was thinking that I can use a normal filterscript but then I thought that I will have two account systems and its gonna be a mess on the script.Can you please help me mix the fs with the gamemode?I mean how can I mix them?what steps should I follow?For example Lux Admin with Excell's gamemode (Next Generation stunting).

Thanks in advance.

Best Regards,
George


Re: Mixing a VIP system with the gamemode? - Spartaaaaa - 20.05.2014

Use JLadmin = https://sampforum.blast.hk/showthread.php?tid=427582
Use xxSPEEDYxx = https://sampforum.blast.hk/showthread.php?tid=273773


Re: Mixing a VIP system with the gamemode? - JFF - 20.05.2014

1. make sure that they use the same type of commands

like zcmd, dcmd etc...

2. Make sure that the fs's dialogs id doesnt equals the gamemode's dialogs id

there should be 2 dialogs with the same id

Those are the most important stuffs to check before starting to copy the codes from the fs to the gamemode


Re: Mixing a VIP system with the gamemode? - geohareas - 20.05.2014

Both scripts have a register system,cant I get rid of it?


Re: Mixing a VIP system with the gamemode? - JFF - 20.05.2014

Well u should mix them

is both register system are the same?

like mysql,dini,dudb etc..

if they are using the same type of register system its easy to mix them.

but if not

u will need to work a little by transferring one of them to the same type as the other and them mix them


Re: Mixing a VIP system with the gamemode? - Spartaaaaa - 20.05.2014

- Remove Register system (simple)