How to Remove the "Spawn" Button
#1

Well - I want to remove that once the player join he must click "Spawn" button - How to remove that button and to make the player Auto-Spawn ?
Reply
#2

Use search, hundreds of topics about this
Reply
#3

pawn Код:
public OnPlayerConnect(playerid)
{
    SetSpawnInfo(playerid, 255, 16,1958,1343,15,269,38, 500, 0, 0, 0, 0);
    SpawnPlayer(playerid);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)