SA-MP Forums Archive
I need Classes - 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: I need Classes (/showthread.php?tid=133497)



I need Classes - XxJoexX - 12.03.2010

can some one give me some classes (spawns) as many as possible with skin ids if you can also i don't wont any weapons
I DO NOT WANT RANDOM SPAWNS !!!


Thanks XxJoexX


Re: I need Casses - shady91 - 12.03.2010

get skins off the wiki and addplayerclass https://sampwiki.blast.hk/


Re: I need Casses - XxJoexX - 12.03.2010

Quote:
Originally Posted by Shady91
get skins off the wiki and addplayerclass https://sampwiki.blast.hk/
Sorry but i cant find any on there prove me wrong


Re: I need Classes - aircombat - 12.03.2010

AddPlayerClass(skinid,x,y,z,a,wep1,ammo1,wep2,ammo 2,wep3,ammo3); that is the format and here are all the skin Ids : https://sampwiki.blast.hk/wiki/Skins


Re: I need Classes - cozza123456 - 12.03.2010

He understands how it works but he cba to get a load of coordinates, can somebody give us a list of addplayerclasses with skins that fit where they spawn?


Re: I need Classes - XxJoexX - 12.03.2010

yes that thats what i ment


Re: I need Classes - aircombat - 12.03.2010

i dont understand u , u want us to put just random coordinates?


Re: I need Classes - cozza123456 - 12.03.2010

Xfire please etch.


Re: I need Classes - adsy - 12.03.2010

heh this might come in handy for skins:

Код:
new classes[75] ={
0,9,10,12,13,14,17,19,21,22,35,38,39,40,41,43,46,47,48,54,55,56,58,59,60,67,69,72,75,
76,88,89,93,94,95,98,101,136,143,144,151,156,169,170,180,181,182,183,184,185,186,188,
206,210,214,215,216,218,221,222,223,225,226,227,228,229,231,232,233,234,235,236,250,261,263
};
under ongamemodeinit()

Код:
  for(new k=0; k<sizeof(classes); k++){
    AddPlayerClass(classes[k],1759.0189,-1898.1260,13.5622,266.4503,-1,-1,-1,-1,-1,-1);
  }



Re: I need Classes - cozza123456 - 13.03.2010

No, what we want is simple, a list of addplayerclasses with coordinates, we also want those coordinates not to be random, we want the skin to match the place where they spawn, its because we cant be bothered with making a load of new spawns