Probably it's more tables missing, too many mistakes...
Forum
CS2D Scripts Lua Scripts/Questions/HelpProbably it's more tables missing, too many mistakes...
Blazzingxx has written
lol, we should have car script to make a passenger feature.
I've made a car script but now totally recoding it.
And ofcourse it has the passenger feature.
What's that supposed to be?
Quote
I fixed bug witch you requested.
Probably it's more tables missing, too many mistakes...
Probably it's more tables missing, too many mistakes...
You mean my script?
did you fix it ?
it have very problems ?
thanks any way ...
Blazzingxx has written
lol, we should have car script to make a passenger feature.
There already is.. some german made it
I have no problems on that.
But i saw it on youtube watch here you will see it
http://www.youtube.com/watch?v=4GLf_yNWX5o
That script is not finished car script thought. I think, because it's too basic.
There is many car scripts if you haven't knew.
As I said, if you want car passenger feature, you should post your car script...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
addhook("say","spawn5") function spawn5(id,txt) 	if(txt=="!car") then freeimage(id) parse("speedmod "..id.." 40") parse ("setmoney "..id.." "..(player(id,"money")-12000)) id1=image("gfx/carz/standart.bmp",1,1,200+id) imagescale(id1,1,1) imageblend(id1,0) imagealpha(id1,1.0) if (player(id,"team") == 2) then imagecolor(id1,255,255,255) elseif (player(id,"team") == 1) then imagecolor(id1,255,255,255) end 	end end
Just car image on player.
Oh, it's not your script, but Editorman script. (From Transformation Script)
edited 1×, last 10.01.10 10:05:18 pm
i want to put, a image in the floor.
without movement. but doesn't work..
can't understand.
i want make one really..
but i sux at lua
we can help you..
Starkkz has written
make scripts and ask if you have a dude or problem..
we can help you..
we can help you..
K ill give a try... but anyways i sux lol
1
LUA ERROR:lua:19:'<eof>' expected near 'end'
and here the script line :-
any help ?
memo has written
ok what that msg means its come always to me :-
and here the script line :-
any help ?
1
LUA ERROR:lua:19:'<eof>' expected near 'end'
and here the script line :-
any help ?
try this..
because you not put function and hook..
and that doesn't work without it.
Anyone can answer me plz?
edited 1×, last 11.01.10 07:45:21 pm
memo has written
ok what that msg means its come always to me :-
1
LUA ERROR:lua:19:'<eof>' expected near 'end'
<eof> means "end of function" - You don't end the function right.
Edit: I failed epic. Sorry
edited 1×, last 12.01.10 08:53:00 pm
i can't understand to put a image on a player position.
without movement.
edited 1×, last 11.01.10 08:29:16 pm