16.09.2010, 22:01
(
Последний раз редактировалось PixeledNinja; 17.09.2010 в 00:25.
)
I'm wanting to completely skip skin selection, this is my current code:
This works..sort of, I still have to click the Spawn button to actually spawn my player. I also still see the < > Spawn and the bottom of the screen, the buttons. How can I skip this?
Код:
public OnPlayerRequestClass(playerid, classid) { SpawnPlayer(playerid); return 1; }