Teams - 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: Teams (
/showthread.php?tid=405483)
Teams -
megamind2067 - 06.01.2013
Script and errors:
Can anyone please help me correct this.
Re: Teams -
megamind2067 - 06.01.2013
I used everything from this tutorial:
https://sampforum.blast.hk/showthread.php?tid=346614
Re: Teams -
ancezas - 06.01.2013
you must create
pawn Код:
new Float:CopRandomSpawns[4][3] = {
{2494.8743,-1686.0897,13.5129},
{2514.5706,-1672.4789,13.6054},
{2487.3936,-1648.9874,13.6405},
{2459.4307,-1689.4059,13.5369}
};
at the top of your gamemode
Re: Teams -
megamind2067 - 06.01.2013
I have that
Re: Teams -
Avi Raj - 07.01.2013
send me your whole gamemode.
Re: Teams -
[HK]Ryder[AN] - 07.01.2013
Can you show us the CopRandomSpawns enum?