Tdm tuturial game mode -
davve95 - 09.07.2011
Hi I need a tuturial : Example where I should put spawn code... It would be good if u make a picture and write where I should put the cod thanks!
Re: Tdm tuturial game mode -
Ash. - 09.07.2011
Sorry, I just had to.
You should take a look at other scripts, see how they work and then adapt/create your own script.
Re: Tdm tuturial game mode -
sim_sima - 09.07.2011
Quote:
Originally Posted by funky1234
Sorry, I just had to.
You should take a look at other scripts, see how they work and then adapt/create your own script.
|
Haha, i lol'ed
Re: Tdm tuturial game mode -
WoodPecker - 09.07.2011
davve send here your OnPlayerConnect and OnPlayerSpawn please.
Re: Tdm tuturial game mode -
sim_sima - 09.07.2011
Quote:
Originally Posted by WoodPecker
davve send here your OnPlayerConnect and OnPlayerSpawn please.
|
Why should he do that?
Re: Tdm tuturial game mode -
davve95 - 10.07.2011
Quote:
Originally Posted by WoodPecker
davve send here your OnPlayerConnect and OnPlayerSpawn please.
|
AddPlayerClass(0,347.8903,1970.1207,17.6406,107.39 80,0,0,0,0,0,0); //
AddPlayerClass(0,638.9925,1683.6718,7.1875,65.6035 ,0,0,0,0,0,0); //
AddPlayerClass(0,414.3093,2537.3591,19.1484,150.76 36,0,0,0,0,0,0); //
AddPlayerClass(12,-68.7391,1221.3672,19.6714,127.2850,0,0,0,0,0,0); //
AddPlayerClass(124,1475.1973,-911.3387,61.5793,116.4410,0,0,0,0,0,0); // turists1
AddPlayerClass(188,1475.1973,-911.3387,61.5793,116.4410,0,0,0,0,0,0); // turits 2
AddPlayerClass(223,1475.1973,-911.3387,61.5793,116.4410,0,0,0,0,0,0); // turits3
AddPlayerClass(115,1475.1973,-911.3387,61.5793,116.4410,0,0,0,0,0,0); // terrors1
AddPlayerClass(116,1475.1973,-911.3387,61.5793,116.4410,0,0,0,0,0,0); // terrors2
AddPlayerClass(73,1510.8093,-880.8047,61.3681,339.3940,0,0,0,0,0,0); // terror 3
AddPlayerClass(179,1510.8093,-880.8047,61.3681,339.3940,0,0,0,0,0,0); // army1
AddPlayerClass(286,1510.8093,-880.8047,61.3681,339.3940,0,0,0,0,0,0); // army2
AddPlayerClass(287,1510.8093,-880.8047,61.3681,339.3940,0,0,0,0,0,0); // army 3
Re: Tdm tuturial game mode -
davve95 - 10.07.2011
Quote:
Originally Posted by funky1234
Sorry, I just had to.
You should take a look at other scripts, see how they work and then adapt/create your own script.
|
Yes but I don't know what order I should put all codes xD
Re: Tdm tuturial game mode -
alpha500delta - 10.07.2011
Press "new" and you will get a pre-made script with all callbacks
Re: Tdm tuturial game mode -
davve95 - 10.07.2011
Quote:
Originally Posted by alpha500delta
Press "new" and you will get a pre-made script with all callbacks
|
Okay thank you!