Forum

> > CS2D > Scripts > Spawning item
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Spawning item

16 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Spawning item

Hanz
User Off Offline

Zitieren
How to spawning item on tiles every 60 seconds??

I mean how we can spawning item example: gold without editing the map? So just need to make a lua script like just write ("tiles 9,item 68,1800 seconds,10 each) -.- but i dosen't know what it the correct can you help me?

Can you make it ? i need the script have tiles = 9 and the item 68 and spawn every 1800 seconds and 10 each every spawn

alt Re: Spawning item

Cure Pikachu
User Off Offline

Zitieren
I suppose you want the gold to spawn 10 times on one spot every 30 minutes (1800 seconds).
1
2
3
4
5
6
7
8
9
10
11
12
timer = 0

addhook("minute","spawngold")
function spawngold()
	timer = timer + 1
	if timer == 30 then
		for g = 1, 10 do
			parse("spawnitem 68 9 9")
		end
		timer = 0
	end
end

alt Re: Spawning item

Hanz
User Off Offline

Zitieren
looks like it not work (I mean how to use it?)
1× editiert, zuletzt 23.04.11 15:38:56

alt Re: Spawning item

3RROR
User Off Offline

Zitieren
Did you tryed to put the right place?
becasue it's
1
parse("spawnitem 68 X Y")

alt Re: Spawning item

Hanz
User Off Offline

Zitieren
@Redfrix Yap you are right spawnitem x y because that i confius for what x 9 and y 9 ?? i need spawn item script 10 ea gold every 30 minutes on tiles number 9 not x and y place haha

I think pikachu was error brain mode

alt Re: Spawning item

Yates
Reviewer Off Offline

Zitieren
user Hanz hat geschrieben
I think pikachu was error brain mode

Well, you shouldn't say that to someone that is helping you, moreover make your own lua if you're going to act like that.

alt Re: Spawning item

Hanz
User Off Offline

Zitieren
user Yates hat geschrieben
user Hanz hat geschrieben
I think pikachu was error brain mode

Well, you shouldn't say that to someone that is helping you, moreover make your own lua if you're going to act like that.


No i not want to say pikachu is idiot or what i just like want to tell you he condition is not as well like a normal human i think he was tired or what because that maybe he was forgot what it's the true component of spawnitem command

yates i know you can make this lua -.- because i already check it your roleplay have it

alt Re: Spawning item

Hanz
User Off Offline

Zitieren
user Yates hat geschrieben
I can't lua.

Did you actually read my post?


Ya i read it hmm can't make lua ? so who make that roleplay script ??

alt Re: Spawning item

Hanz
User Off Offline

Zitieren
Haha i forgot it was yasday not yates muahaha because your name is same yates and the pic i think it was same too "it already tonight i'm confius now because trying to launch new game server cs 1.6 and rose online i already succes on cs2d now i want launch new server too)

alt Re: Spawning item

Passer
User Off Offline

Zitieren
@Smile Pikachu Never Error he was good at lua

you just a copyer that said you are the maker of Blocker lua , but you cant make spawn money lol wtf?? you just copycat.. i hate you copycat!!

@Yated he said that FG rolepay script .. maybe

alt Re: Spawning item

Hanz
User Off Offline

Zitieren
user Passer hat geschrieben
@Smile Pikachu Never Error he was good at lua

you just a copyer that said you are the maker of Blocker lua , but you cant make spawn money lol wtf?? you just copycat.. i hate you copycat!!

@Yated he said that FG rolepay script .. maybe


What the hell is going on? did you have proff when i'm saying blocker script is made by me ? noobs

oh ya passer i know you hate me because i'm kicking your admin on my server btw you still can be admin but you saying i'm bla bla bla and saying to other people about me (but it's not true)
1× editiert, zuletzt 23.04.11 17:47:31

alt Re: Spawning item

Passer
User Off Offline

Zitieren
iam admin at many server ,, ididnt like your server that was copycat

alt Re: Spawning item

Hanz
User Off Offline

Zitieren
user Passer hat geschrieben
iam admin at many server ,, ididnt like your server that was copycat


you are a liar i already see many server no one tag you as admin
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht