Big fix
3 posters
Page 1 of 1
Big fix
Basically I will place all the filterscripts (sub-scritps) into the gamemode (main script), this will place all the callbacks in the same file so you wont get as many errors, and it will be much easier to find everything if it's in the same file. Hopefully this will fix a lot of the bugs, for example if one callback in a filterscripts changes something in the main script which can't be controlled because one gets priority.
This will make the main gamemode much bigger but everything will get cleaner overall, I will also clean out some old stuff and add some commands to the /commands etc.
I will also recreate the whole admin system and make my own one, which will be more updated and I will also change the command engine. Currently we are using a mixture of Strcmp (the default one), Strtok (an addition to the default one which add parametsrs), DCMD (the admin script used this one) and ZCMD (a good command engine).
I will try to change all of the commands into ZCMD as I create the new command system and I will remove OnPlayerCommandText almost completely.
This will make all the commands less buggy and the overall command system will be a lot faster.
This will take me many hours to remake, however I think we all will be happy with the outcome.
I will also implement a dialog login system now that I am more experienced in it.
Current admin script has 5931 lines of code that I have to merge with gamemode, the "s**t" filterscript has 3053 lines, race filterscript has 2305 lines, lets get started!!
This will make the main gamemode much bigger but everything will get cleaner overall, I will also clean out some old stuff and add some commands to the /commands etc.
I will also recreate the whole admin system and make my own one, which will be more updated and I will also change the command engine. Currently we are using a mixture of Strcmp (the default one), Strtok (an addition to the default one which add parametsrs), DCMD (the admin script used this one) and ZCMD (a good command engine).
I will try to change all of the commands into ZCMD as I create the new command system and I will remove OnPlayerCommandText almost completely.
This will make all the commands less buggy and the overall command system will be a lot faster.
This will take me many hours to remake, however I think we all will be happy with the outcome.
I will also implement a dialog login system now that I am more experienced in it.
Current admin script has 5931 lines of code that I have to merge with gamemode, the "s**t" filterscript has 3053 lines, race filterscript has 2305 lines, lets get started!!
Re: Big fix
Sounds very professional, I like
[NWA]Adam0795- Admin
- Posts : 7454
Join date : 2009-10-17
Age : 29
Location : Earth
Re: Big fix
[NWA]Hannes wrote:Basically I will place all the filterscripts (sub-scritps) into the gamemode (main script), this will place all the callbacks in the same file so you wont get as many errors, and it will be much easier to find everything if it's in the same file. Hopefully this will fix a lot of the bugs, for example if one callback in a filterscripts changes something in the main script which can't be controlled because one gets priority.
This will make the main gamemode much bigger but everything will get cleaner overall, I will also clean out some old stuff and add some commands to the /commands etc.
I will also recreate the whole admin system and make my own one, which will be more updated and I will also change the command engine. Currently we are using a mixture of Strcmp (the default one), Strtok (an addition to the default one which add parametsrs), DCMD (the admin script used this one) and ZCMD (a good command engine).
I will try to change all of the commands into ZCMD as I create the new command system and I will remove OnPlayerCommandText almost completely.
This will make all the commands less buggy and the overall command system will be a lot faster.
This will take me many hours to remake, however I think we all will be happy with the outcome.
I will also implement a dialog login system now that I am more experienced in it.
Current admin script has 5931 lines of code that I have to merge with gamemode, the "s**t" filterscript has 3053 lines, race filterscript has 2305 lines, lets get started!!
Just curious, how is your admin system doing?
Re: Big fix
Uh, I think I managed to wrap it up in my spare time, I can't really remember, it was so long ago. Long time no see by the way!
Re: Big fix
It's indeed nice to see you're still alive haha ^^[NWA]Hannes wrote:Uh, I think I managed to wrap it up in my spare time, I can't really remember, it was so long ago. Long time no see by the way!
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
|
|