12.11.2017, 08:52
There are some things that SA-MP is doing by itself and we do not really have any control over it.
Since there were some changes years back like deprecated callback OnPlayerPrivMsg and instead of that callback we have told people to create PM system on their own - I think it is time to atleast give us control over spawn buttons (class selection) or remove the class selection at all which includes deletion of:
- AddPlayerClass
- AddPlayerClassEx
- OnPlayerRequestClass
- ForceClassSelection
- F4 to force back into class selection again
and other functions related to the class selection.
http://forum.sa-mp.com/showpost.php?...71&postcount=9
What's the point of having the built-in class selection then with those annoying class selection buttons. Most of people skip the class selection and use their own system.
I think it would be good to see it gone and just add a filterscript in the default samp-server package with custom class selection script with all the skins to let people add into their gamemode.
Since there were some changes years back like deprecated callback OnPlayerPrivMsg and instead of that callback we have told people to create PM system on their own - I think it is time to atleast give us control over spawn buttons (class selection) or remove the class selection at all which includes deletion of:
- AddPlayerClass
- AddPlayerClassEx
- OnPlayerRequestClass
- ForceClassSelection
- F4 to force back into class selection again
and other functions related to the class selection.
http://forum.sa-mp.com/showpost.php?...71&postcount=9
Quote:
Maybe. I think most serious servers are using SetSpawnInfo/SetPlayerSkin. AddPlayerClass is a leftover from SA-MP 0.1.
|
I think it would be good to see it gone and just add a filterscript in the default samp-server package with custom class selection script with all the skins to let people add into their gamemode.