[Pawn] Help! How hidden the skin select button when the player will spawn ? - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10) --- Thread: [Pawn] Help! How hidden the skin select button when the player will spawn ? (/showthread.php?tid=1897) |
Help! How hidden the skin select button when the player will spawn ? - PutuSuhartawan - 2021-04-18 i have problem with this function Code: public OnPlayerRequestSpawn(playerid) Code: public OnPlayerRequestClass(playerid, classid) How to remove select player class or skin system on player will spawn? RE: Help! How hidden the skin select button when the player will spawn ? - Behemoth - 2021-04-21 You can use this when a player connects Code: TogglePlayerSpectating(playerid, true); It basically removes it to how I think you intend? |