Posts: 340
Threads: 52
Joined: Aug 2011
Reputation:
0
Its my first time using This call back, So what is the function to make only certain skins selectable? Addplayerclass?
Posts: 1,363
Threads: 14
Joined: Apr 2009
Reputation:
0
AddPlayerClass will add selectable skins for the class selection, if you want to prevent someone from spawning then return 0 under OnPlayerRequestSpawn.
if you want only some skins to be visible for certain players then it can get a bit more advanced.