SA-MP Forums Archive
Select skin menu - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Select skin menu (/showthread.php?tid=141053)



Select skin menu - Tockra - 11.04.2010

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


Re: Select skin menu - Carlton - 11.04.2010

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.


Re: Select skin menu - Tockra - 11.04.2010

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