Forum

> > CS2D > Scripts > Lua Scripts/Questions/Help
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Lua Scripts/Questions/Help

6.770 Antworten
Seite
Zum Anfang Vorherige 1 288 89 90338 339 Nächste Zum Anfang

alt Re: Lua Scripts/Questions/Help

SQ
Moderator Off Offline

Zitieren
It's impossible to force player for spraying. (There is simply no parsing functions for it)
You can make it only with cs2d image functions.
That way is more complicated. It's not a small script thought.

alt the new dynamic object values

Toa Hero 92
User Off Offline

Zitieren
Can someone explain all the dynamic object values and demonstrate how I could make a script to find the values out in the game (like if my tile x&y +1 has a building on it already and i say a say commands like "building target?" it would send the variable in a sv_msg2 to the player)

alt Re: Lua Scripts/Questions/Help

RAVENOUS
BANNED Off Offline

Zitieren
Just a little question: Is it possible that the Terrorists are not aviable to see in the radar for CTs, even if they see them??

alt Re: Lua Scripts/Questions/Help

StartSomething
User Off Offline

Zitieren
Anyone use amx2d?
I try this command,
1
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
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

alt Lol i ask.

GreenDevil
User Off Offline

Zitieren
Is it possible to make a trail with an image?

Edit:
or make the player invisible?
1× editiert, zuletzt 14.11.09 09:05:34

alt Re: Lua Scripts/Questions/Help

Flacko
User Off Offline

Zitieren
Editorman hat geschrieben
Is it possible to make a trail with an image?

Edit:
or make the player invisible?


1- Yes
2- I don't think so

alt I have a big question!

GreenDevil
User Off Offline

Zitieren
What is the code, that when a player step on a tile the guns will be striped from him.

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
1× editiert, zuletzt 14.11.09 15:04:34

alt Re: Lua Scripts/Questions/Help

SQ
Moderator Off Offline

Zitieren
Editorman hat geschrieben
Spoiler >

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
1× editiert, zuletzt 14.11.09 15:22:26

alt LOL

GreenDevil
User Off Offline

Zitieren
I just only know how to hook!

This what i just only know:

1
2
3
4
addhook("movetile","lol")
	function lol(id,x,y)
	--- Here i need to type ---
end

alt Re: Lua Scripts/Questions/Help

SQ
Moderator Off Offline

Zitieren
Editorman hat geschrieben
Spoiler >

Lolz, don't you remember that I'm the guy who learnt you to make lua menus?

alt Re: Lua Scripts/Questions/Help

Flacko
User Off Offline

Zitieren
Blazzingxx hat geschrieben
Editorman hat geschrieben
Spoiler >

Lolz, don't you remember that I'm the guy who learnt you to make lua menus?


The word is taught

alt I remember

GreenDevil
User Off Offline

Zitieren
i remember about those menus and classes.

Oh and my skype is deleted because somebody hacked my whole pc and i needed to reinstall .

alt Re: Lua Scripts/Questions/Help

SQ
Moderator Off Offline

Zitieren
@Flacko,
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.

alt Re: Lua Scripts/Questions/Help

StartSomething
User Off Offline

Zitieren
StartSomething hat geschrieben
Anyone use amx2d?
I try this command,
1
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
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

Still don't understand
Been trying to fix it

alt LOL!!

GreenDevil
User Off Offline

Zitieren
LOL. I made one vehicle on a very easy lua. Now all want to make vehicle's on their script's
Zum Anfang Vorherige 1 288 89 90338 339 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht