SA-MP Forums Archive
Is this possible - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Is this possible (/showthread.php?tid=79329)



Is this possible - JoeDaDude - 27.05.2009

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.


Re: Is this possible - miokie - 27.05.2009

OnPlayerRequestClass
SpawnPlayer(playerid);


Re: Is this possible - JoeDaDude - 27.05.2009

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


Re: Is this possible - miokie - 27.05.2009

OnPlayerConnect
SpawnPlayer
Then set skin & pos on player spawn


Re: Is this possible - JoeDaDude - 27.05.2009

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;
}



Re: Is this possible - yezizhu - 27.05.2009

OnPlayerRequestClass
TogglePlayerSpectating
PlayerSpectatePlayer
Dont know if it's work


Re: Is this possible - BP13 - 27.05.2009

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


Re: Is this possible - miokie - 27.05.2009

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?


Re: Is this possible - JoeDaDude - 27.05.2009

They would still have to press shift to spawn


Re: Is this possible - BP13 - 27.05.2009

have you seen this possible on any other server?