Select skin menu
#1

Hello
sorry, but i cant speak english very well.
I have a login register system. You should spawn after you logged in and i want delete the skin select dialog when a player connect.
I want deactivate the F4 Skin selection.
I hope you understand me and i hope for good answeres
Reply
#2

In OnPlayerRequestClass, insert the SpawnPlayer.

pawn Код:
public OnPlayerRequestClass(playerid, classid) {
  SpawnPlayer(playerid);
  return 1;
}
If you don't know how to make it so you don't get kicked when you spawn post your OnPlayerSpawn code.
Reply
#3

I have it into but its buggy if i press F4 and die i get the dialog for skin change
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)