Making a plugin from .inc
PHP Code:
it does a simple task and thats assigning points to a player I want to make a plugin for this .inc so that i can use it on servers .. Help please ? |
Re: Making a plugin from .inc
Append every blue ( according to this very post ) colored line to your plugin outside of any publics.
|
Re: Making a plugin from .inc
please read this tutorial: https://forums.alliedmods.net/showthread.php?t=41251 before asking any questions, because it is very detailed and simple.
edit-- this might help you aswell: https://forums.alliedmods.net/showthread.php?t=46779 |
Re: Making a plugin from .inc
Can i get a little more help here?
I did understand this [https://forums.alliedmods.net/showthread.php?t=41251] But the thing is since it is a point system so I will have to define a new global and then set the parameters? |
Re: Making a plugin from .inc
Quote:
|
Re: Making a plugin from .inc
Quote:
RAW, have you got the saving part done? or you just wrote a simple include file and want to know what to do next? what global variable are you talking about? player_xp[] or smth? |
Re: Making a plugin from .inc
What the above guy is asking is if you have the points system ready and:
a)you want to create an API for it to use in other plugin b)you have the API and you want to use it in other plugin c)you don't even have the points system and you want to build it from 0. |
Re: Making a plugin from .inc
Actually i have made some progress , But the issue is when i install this plugin , The server crashes
PHP Code:
|
Re: Making a plugin from .inc
what does console say when you load plugin in debug mode?
|
| All times are GMT -4. The time now is 23:10. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.