01.01.2011, 12:27
So those are my "spawning skins"
3 of them spawn at Los Santos, the other 3 at Las Venturas.How to make it that everytime when you choose skin the players will see something above the skin head, ex:"Team Los Santos" and when you are on "Team Los Santos" the CameraPosition must be at the other place ... I'm sorry for the bad English, post if you need more info
Code:
public OnGameModeInit() { // Don't use these lines if it's a filterscript SetGameModeText("Blank Script"); AddPlayerClass(114,338.6230,2530.6101,16.7953,211.9832,0,0,0,0,0,0); // GuySpawn1atDSA AddPlayerClass(115,350.1757,2455.3833,21.4757,342.9577,0,0,0,0,0,0); // GuySpawn2atDSA AddPlayerClass(116,413.6617,2533.5156,19.1484,88.1342,0,0,0,0,0,0); // GuySpawn3atDSA AddPlayerClass(173,1894.4508,-2328.8804,13.5469,261.3093,0,0,0,0,0,0); // GuySpawn1atLSA AddPlayerClass(174,1894.2808,-2244.0693,13.5469,269.6440,0,0,0,0,0,0); // GuySpawn2atLSA AddPlayerClass(175,1957.8242,-2224.1660,18.8203,195.1319,0,0,0,0,0,0); // GuySpawn3atLSA