Help | Deleting a class - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help | Deleting a class (
/showthread.php?tid=83695)
Help | Deleting a class -
RonLipel_ - 26.06.2009
Hello,
I just have to delete classes without changing the gamemode.
We are talking about classes that defined in a filterscript (AddPlayerClass).
When im unloading the filter, the classes that defined in that filter is staying on the server.
Someone can help and offer how to delete a defined class without changing the gamemode or exiting the server?
Thanks,
Ron.
Re: Help | Deleting a class -
RonLipel_ - 27.06.2009
someone?
Re: Help | Deleting a class -
Chaprnks - 27.06.2009
If you don't want to restart the gamemode try "/rcon reloadfs [name]" when you add the updated filterscript. If that doesn't work you will have to restart the mode to delete it.