setammo <player id> <weapon id> <ammo>
Forum
CS2D General Beta 0.1.2.0 Suggestions & Ideassetammo <player id> <weapon id> <ammo>
would be funny lol!
boyzinthewoodz has written
in some games if your idle for sometime the player could start after a min to dance for someseconds or something like that lol xD!(in supermario he fall in sleep i belive)
would be funny lol!
would be funny lol!
thatd b something cool
Apache uwu has written
LOL, works better for single player or fps, since it's only client side.
yes true but still would be funny to watch hehe and if you could style it by yourself like: after 1 min you here a sleeping sound or he turns around and so on lol.
it is only client side yes i know what that means but it would be funny :-P
anyway its not important.
im talking about that we could edit what the weapon fires how much damages it does and and save it in ur server when someone comes to ur server they can use that gun see its skin and hear sound and see its different id its kinda possible to make
Stranded2-like, suggestion
equip [id] [wpnid]
to
equip [id] [wpnname]
danh has written
small, but equip should change from
equip [id] [wpnid]
to
equip [id] [wpnname]
equip [id] [wpnid]
to
equip [id] [wpnname]
already possible with lua.
Example:
1
2
3
4
5
6
2
3
4
5
6
addhook("text","lol") function lol(id,txt) 	if txt=="USP" then 		parse("equip "..id.." 1") 	end end
-----
I really like the idea from StirlizZ-Fapicon
-----
A better timer function
I personally am against that idea, since I find it easier to use numbers.
> Why is mp_wpndmg actually with the weapon name and not the ID as well?
I usally use the numbers too because its standard.
My idea:
A way to check the tile if this tile is sand or metal (or other).
There is only a way to check if its killable, walkable, obstacle, wall and so on.
-_Dovahkiin_- has written
HEY GUYS ... VOICE CHAT !!
Hey guys voice spam!
Hey guys lag!
Hey guys bad idea!
sixpack has written
Good server,
Talk in terms (1 person a time)(5 sec limit)
,good ping.
And none english speakers
-_Dovahkiin_- has written
Yeah, great! You have won! You are the 1000. user to suggest this! And you are the 1000. user who didn't think about the consequences! HEY GUYS ... VOICE CHAT !!
When you press the the Close (0) on a menu it triggers menu however when you press ESC it does not.
Please make it still trigger that hook.
edited 1×, last 14.10.11 04:10:13 am
- Hook "button" that would check pressing and releasing keyboard or mouse buttons
- BitBlit function... In other words, a function that would make image object show a rectangular part of the whole image.
For example:
ImagePart( 64 (X), 32 (Y), 64, 64 (Part scale))
edited 4×, last 15.10.11 10:55:38 am
Also imagesub is a better name.