I need Classes
#1

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
Reply
#2

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

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
Reply
#4

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
Reply
#5

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?
Reply
#6

yes that thats what i ment
Reply
#7

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

Xfire please etch.
Reply
#9

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);
  }
Reply
#10

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)