Forum
CS2D Scripts Lua Scripts/Questions/HelpYou can make it only with cs2d image functions.
That way is more complicated. It's not a small script thought.
Editorman has written
Somebody can post here the code, that makes the gun heal a player like claws heal 20
Use the search function next time.
http://www.unrealsoftware.de/forum_posts.php?post=131007&start=0#post131007
there currently is no "radar" function that i know of
so i don't think so
I try this command,
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
function adm_getip_admin(p, typ, cmd) cmd = args(cmd, "p_id") if player(cmd.p, "exists") do msg2(p, "Player " + cmd.p + "'s IP: "+player(cmd.p, "ip") end end function adm_getusgn_admin(p, typ, cmd) cmd = args(cmd, "p_usgn") if player(cmd.p, "exists") do msg2(p, "Player " + cmd.p + "'s USGN: "+player(cmd.p, "usgn") end end
Can someone tell me whats wrong?
IT says something like
On like 92 of Main.lua, it can't read sv or something
Edit:
or make the player invisible?
edited 1×, last 14.11.09 09:05:34 am
Editorman has written
Is it possible to make a trail with an image?
Edit:
or make the player invisible?
Edit:
or make the player invisible?
1- Yes
2- I don't think so
offtopic: 2000th post
Edit:
Oh can u too post here the code that i can go through walls i need it for the plane! I making transfomartionv2.0
edited 1×, last 14.11.09 03:04:34 pm
Editorman has written
Make that script yourself, it's easy scripts.
Dude, it's 3rd time you are asking, can you make something yourself?
Your transformation script actualy isn't fully yours
edited 1×, last 14.11.09 03:22:26 pm
This what i just only know:
1
2
3
4
2
3
4
addhook("movetile","lol") 	function lol(id,x,y) 	--- Here i need to type --- end
Editorman has written
Lolz, don't you remember that I'm the guy who learnt you to make lua menus?
Blazzingxx has written
Lolz, don't you remember that I'm the guy who learnt you to make lua menus?
Editorman has written
Lolz, don't you remember that I'm the guy who learnt you to make lua menus?
The word is taught
Oh and my skype is deleted because somebody hacked my whole pc and i needed to reinstall .
Yea, *taught
By the way, Flacko
I'm going to make wall detect script (for "#" files). Probably with help of Leegao.
I think we can make 100% car script in this version.
StartSomething has written
Anyone use amx2d?
I try this command,
They aren't working
Can someone tell me whats wrong?
IT says something like
On like 92 of Main.lua, it can't read sv or something
I try this command,
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
function adm_getip_admin(p, typ, cmd) cmd = args(cmd, "p_id") if player(cmd.p, "exists") do msg2(p, "Player " + cmd.p + "'s IP: "+player(cmd.p, "ip") end end function adm_getusgn_admin(p, typ, cmd) cmd = args(cmd, "p_usgn") if player(cmd.p, "exists") do msg2(p, "Player " + cmd.p + "'s USGN: "+player(cmd.p, "usgn") end end
Can someone tell me whats wrong?
IT says something like
On like 92 of Main.lua, it can't read sv or something
Still don't understand
Been trying to fix it