Autospawn - 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: Autospawn (
/showthread.php?tid=156264)
Autospawn -
Cedricn - 21.06.2010
Hello together,
how can I do it, that I spawn automatically ?
I must ever click on "Spawn" but i want that you spawn automatically ?
Thaks for help.
Cedric
Re: Autospawn -
Hiddos - 21.06.2010
pawn Код:
public OnPlayerConnect(playerid)
{
SpawnPlayer(playerid);
return 1;
}
Re: Autospawn -
Cedricn - 21.06.2010
Thanks