11.11.2018, 14:49
Remove SpawnPlayer from your first code.
Make some kind of logged in variable which will restrict players from spawning if they aren't logged in. Simply do return 0; under onplayerrequestclass if logged in value is 0.
Make some kind of logged in variable which will restrict players from spawning if they aren't logged in. Simply do return 0; under onplayerrequestclass if logged in value is 0.