#1

Hello I want to remove the spawn button that appears for rp server
Reply
#2

You can't remove it.
Reply
#3

i can cancel its or hide?
Reply
#4

pawn Код:
public OnPlayerRequestClass(playerid,classid)
{
    SpawnPlayer(playerid);
    return 1;
}
Reply
#5

You can skip it, but then the player won't be able to choose their skin.

under OnPlayerRequestClass try putting SpawnPlayer(playerid);
Reply
#6

i try it but he dont work
Reply
#7

what if you want them to spawn with a default skin? and then after they buy a new skin in-game, their skin could reload from a .ini file?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)