Is this possible
#1

Im pretty sure this is possible,
But i cant seem to get it to work,
I have removed all playerclasses, OnPlayerRequestClass,
And anything else involved with spawning, But theres still a spawn menu
And i dont want that, I just want it to spawn at a certain location without picking,
I know how to make it spawn there, Its just on connect the spawn selection shows.
Reply
#2

OnPlayerRequestClass
SpawnPlayer(playerid);
Reply
#3

Its still showing Vinewood sign with the
Press Shift to spawn in the corner
Although i dont want that to show,
I just want it to automatically spawn
Reply
#4

OnPlayerConnect
SpawnPlayer
Then set skin & pos on player spawn
Reply
#5

Its still doing the same thing,
I even tried this:

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

public OnPlayerRequestSpawn(playerid)
{
    SpawnPlayer(playerid);
    return 1;
}

public OnPlayerConnect(playerid)
{
    SpawnPlayer(playerid);
    return 1;
}
Reply
#6

OnPlayerRequestClass
TogglePlayerSpectating
PlayerSpectatePlayer
Dont know if it's work
Reply
#7

I haven't even seen a server that didn't have that before.
Reply
#8

You could cover it up with a text draw? with like teh server name and stuff on it and command list
then after spawn make it dissapear?
Reply
#9

They would still have to press shift to spawn
Reply
#10

have you seen this possible on any other server?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)