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



Help?(Solved) - ScottCFR - 20.02.2010

I never really realized this but my server is going nowhere with random spawns. i've told you guys before i built my [GM] up from LVDM but i don't want random spawns any more. I have 16 classes for now. How do i make them spawn where i want them, Every time?


Re: Help? - ScottCFR - 20.02.2010

*Bump*


Re: Help? - DiMeNsIoN© - 20.02.2010

remove your gPlayerRandSpawns of what ever and just set the spawn point with

AddPlayerClass


Re: Help? - ScottCFR - 21.02.2010

Ok, This is what it is. I already have classes add under OnGameModeInit. I have them setup there so i can put text over the class name (like Cj would say "Cj") So i'm kinda confused on what i'm doin.

Код:
new Float:gRandomPlayerSpawns[23][3] = {
{-2124.9316,-213.3645,35.3203},
{-2124.9316,-213.3645,35.3203},
{-2124.9316,-213.3645,35.3203},
{-2124.9316,-213.3645,35.3203},
{-2124.9316,-213.3645,35.3203},
{-2124.9316,-213.3645,35.3203},
{-2124.9316,-213.3645,35.3203},
{-2124.9316,-213.3645,35.3203},
{-2124.9316,-213.3645,35.3203},
{-2124.9316,-213.3645,35.3203},
{-2124.9316,-213.3645,35.3203},
{-2124.9316,-213.3645,35.3203},
{-2124.9316,-213.3645,35.3203},
{-2124.9316,-213.3645,35.3203},
{-2124.9316,-213.3645,35.3203},
{-2124.9316,-213.3645,35.3203},
{-2124.9316,-213.3645,35.3203},
{-2124.9316,-213.3645,35.3203},
{-2124.9316,-213.3645,35.3203},
{-2124.9316,-213.3645,35.3203},
{-2124.9316,-213.3645,35.3203},
{-2124.9316,-213.3645,35.3203},
{-2124.9316,-213.3645,35.3203}
};

new Float:gCopPlayerSpawns[2][3] = {
{-1616.1158,684.1100,7.1875},
{-1622.4830,653.0512,-5.2422}
};