Posts: 12
Threads: 4
Joined: Jun 2012
Reputation:
0
How can I permanently remove the cj skin from onplayerrequestclass?
Posts: 3,934
Threads: 353
Joined: Jan 2010
Reputation:
0
Delete the AddPlayerClass? Also wrong section.
Posts: 1,317
Threads: 23
Joined: Feb 2010
Reputation:
0
Well, I take you have some login system and want to disable the class selection so players can't press spawn? If yes just TogglePlayerSpectating(playerid, true); at OnPlayerRequestClass.
Posts: 12
Threads: 4
Joined: Jun 2012
Reputation:
0
mine is a server freeroam, so I can not remove the onplayerclass
Posts: 1,317
Threads: 23
Joined: Feb 2010
Reputation:
0
Well if you don't have an AddPlayerClass under OnGameModeInit with skin id 0 you won't have it in the class selection.