SA-MP Forums Archive
y_classes set spawn in interior.. - 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: y_classes set spawn in interior.. (/showthread.php?tid=415377)



y_classes set spawn in interior.. - Scrillex - 12.02.2013

So I need help with seting class in interior with y_classes, maybe someone knows.


As you can see here is some of class:
Код:
Class_AddWithGroupSet(gGSF,105, 2469.3831, -1646.5444, 13.7801, 0.0, WEAPON_MP5, 500, WEAPON_ARMOUR, 50, WEAPON_DEAGLE, 200);
But maybe it's need to set under PlayerSpawn?

Thank you for helping me out.
Respectfully Scrillex!


Re: y_classes set spawn in interior.. - Scrillex - 12.02.2013

Btw if you can tell me if I have multiple spawns like for each skin one spawn whats the best metode to use.. Without random?


Re: y_classes set spawn in interior.. - Scrillex - 13.02.2013

pawn Код:
if (Group_GetPlayer(gVBF, playerid)) // Can use the car.
{
           
}
It will work the same as in car system ? OnplayerSpawn?