SA-MP Forums Archive
Help! - 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: Help! (/showthread.php?tid=252161)



Help! - cloudysky - 30.04.2011

When i login my server i have to click spawn before it lets me spawn. Is there anyway to make it that as soon as i login it puts me ingame?


Re: Help! - StreetGT - 30.04.2011

OnPlayerRequestSpawn, use Kick(playerid);


Re: Help! - cloudysky - 30.04.2011

Quote:
Originally Posted by StreetGT
Посмотреть сообщение
OnPlayerRequestSpawn, use Kick(playerid);
Funny...


Re: Help! - StreetGT - 30.04.2011

oh forget, i understood that, you want to login with /login and not with Spawn Button ^^


Re: Help! - miokie - 30.04.2011

pawn Код:
SpawnPlayer(playerid);



Re: Help! - cloudysky - 30.04.2011

Where do i put
pawn Код:
SpawnPlayer(playerid);
?


Re: Help! - miokie - 30.04.2011

OnPlayerRequestSpawn
Or when a player logs in.


Re: Help! - cloudysky - 30.04.2011

It doesn't seem to be working. It just says "logged in" but I have to manually click "Spawn" to spawn. Please help!


Re: Help! - cloudysky - 30.04.2011

bump


Re: Help! - MadeMan - 30.04.2011

Show the code where you put SpawnPlayer.