Change 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)
+--- Thread: Change spawns (
/showthread.php?tid=366168)
Change spawns -
Waw - 05.08.2012
Okay, I gonna make a gang war deathmatch server, And i'm scripting on the spawn.
When you gonna change like skin to vago skin, i want so you spawn there vago have spawn and if you wanna be cop you spawn on police station how you script that?
And i have only scripted like 6 hours so be nice!
Re: Change spawns -
lamarr007 - 05.08.2012
Hm, select your class (vagos) and save positions with /save [name] (ingame). Then search for "savedpositions.txt" and copy all text in (ex. AddPlayerClass(...)) and replace it in your gamemode under OnGameModeInit()
Re: Change spawns -
Waw - 05.08.2012
Okay, i got ballas,vagos,aztecas,cops,maffia to work on spawn.
But when i go into grove team i just come to Las Venturas.
You know the spawn in las venturas when you havent script anything
Re: Change spawns -
Waw - 05.08.2012
Problem solved, I had the old spawns still, When i removed them and put the new it worked :=)
Re: Change spawns -
lamarr007 - 05.08.2012
Nice