SA-MP Forums Archive
[FilterScript] KAdmin using PVars - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] KAdmin using PVars (/showthread.php?tid=266555)



KAdmin using PVars - Kitefree - 05.07.2011

This is just a basic filterscript structure, it uses dcmd for commands, and instead of having an array of enums for character data, it uses takes advantage of player variables, one of the more recent additions to samp. It includes full login/logout/register support and password changing. This is a very short script and is best used as a skeleton from which to build a full-features admin script using player variables. I don't intent this to be a discussion on enums vs player variables(performance wise or otherwise), but as a new concept. Enjoy, you may edit this script and modify it in any way, however any changes are your responsibility


Re: KAdmin using PVars - nielsbon1 - 05.07.2011

Nice for beginners that having trouble making those structures. Nice done.

But i only see a .AMX file so people can't change anything to it hahaha.


Re: KAdmin using PVars - Kitefree - 05.07.2011

Fixed, what a mistake ey :P sorry about that


Re: KAdmin using PVars - Zh3r0 - 05.07.2011

You said no fighting over player variables and normal variables.

But why the heck you still use dcmd...


Re: KAdmin using PVars - Marshall32 - 12.07.2011

This is and Loging FS just Login,Register,Change pass nothing more!!!
2/10 Nearly nothing


Re: KAdmin using PVars - Edvin - 12.07.2011

good for beginners...