SA-MP Forums Archive
Random Spawns - 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: Random Spawns (/showthread.php?tid=269428)



Random Spawns - mastalol - 16.07.2011

How do i add random Spawns to my deathmatch server

say i want to spawn with id 217
and when i spawn the first time i am at lv airport
and the second time lvpd
and the third time sf airport
ect...

how must i script this?


Re: Random Spawns - Setkus - 16.07.2011

Well, you can use gl_spawns

Just at the top of yours pwn file add this:

#include "../include/gl_spawns.inc"

Ofcourse, you have to had this inc file, before using it
I hope you uderstand me. And have a nice day


Re: Random Spawns - Wesley221 - 16.07.2011

https://sampwiki.blast.hk/wiki/Random
Take a look at this


Re: Random Spawns - mastalol - 16.07.2011

Solved.... Wesley221's answer was what i was looking for thanks
Thanks Setkus for showing me another way but ima try to stick to way Wesley221 said