Files

> > CS2D > Lua Scripts > Positionmenu © by Snake_Eater
Files overviewCS2D overviewLua Scripts overview

English Positionmenu © by Snake_Eater >

22 comments605 b, 707 Downloads

old Positionmenu © by Snake_Eater

Snake_Eater
User Off Offline

Hi all!
This is a positionmenu script!
Use serveraction to see the menu!
Your console will find a LUA ERROR but the script will work
Put the script in your lua folder and write this in server.lua

1
dofile("sys/lua/Position.lua")
edited 1×, last 27.07.10 02:17:03 pm
Approved by Sparty

Download Download

605 b, 707 Downloads

Comments

22 comments
Page
To the start Previous 1 2 Next To the start

Log in!

You need to log in to be able to write comments!Log in

old

TopNotch
User Off Offline

@user keymo: In possible.
@script: pretty cool.

old :D

keymo
User Off Offline

can you change f2 and f3 on f5 and f6 pls
I like it!

old

MAX-russia
User Off Offline

Thats an awesome lua script! I really like it !
I like it!

old

Brandy
User Off Offline

It looks good!
I like it!

old

Snake_Eater
User Off Offline

It's the same LUA ERROR:attempt to compare number with nil

old

Starkkz
Moderator Off Offline

Man, i think you should fix it and upload it again. (Edited)
I like it!

old

DRoNe
User Off Offline

useful xP
I like it!

old

Starkkz
Moderator Off Offline

GUY!, i found the bug..
at array function.. it was already like a function, you can't change it to a table.

Quote
function array(m) -- REPEATED
     array = {}
     for i = 1, m do
          array[i] = 0
     end
     return array
end


You should use this array function
Quote
function array(s,v)
     local a = {}
     for i = 1, s do
          a[i] = v
     end
     return a
end
I like it!

old

commanderalex1
User Off Offline

wow this script is so awesome!!!
I like it!

old

realnoob
User Off Offline

nice
I like it!

old

RyceR
User Off Offline

Very, very easy. sorry, but this script is not for me.

old

Slater
User Off Offline

Thank you
I like it!

old

The Spy
User Off Offline

This was a triumph
I'm making a note here
HUGE SUCCESS!
I like it!

old

3LECTRIZE
User Off Offline

@mafia_man
But you dont write this.
Nice Idea...Simple but nice
I like it!

old

TimeQuesT
User Off Offline

@mafia_man Oo in your eyes it's noobish but what's with the user that can't script!? maybe they search something like that. and remember! sometimes simple scripts get's more attention as very complex scripts! And they are often good/better.
So i give 4/5 stars.
I like it!

old

palomino
User Off Offline

@mafia_man We don't care, show-off
I like it!

old

mafia_man
User Off Offline

nobish i write this in a sec

old

Mirash
User Off Offline

nice! But easy.
I like it!

old

3LECTRIZE
User Off Offline

Nice, usefull for RP
I like it!
To the start Previous 1 2 Next To the start