Dateien

> > CS2D > Lua Scripts > Positionmenu © by Snake_Eater
DateiübersichtCS2D-ÜbersichtLua Scripts-Übersicht

Englisch Positionmenu © by Snake_Eater >

22 Kommentare605 b, 708 Downloads

alt 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")
1× editiert, zuletzt 27.07.10 14:17:03
Zugelassen von Sparty

Download Download

605 b, 708 Downloads

Kommentare

22 Kommentare
Seite
Zum Anfang Vorherige 1 2 Nächste Zum Anfang

Logge dich ein!

Du musst dich einloggen, um selber Kommentare verfassen zu können!Einloggen

alt

TopNotch
User Off Offline

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

alt :D

keymo
User Off Offline

can you change f2 and f3 on f5 and f6 pls
Ich mag es!

alt

MAX-russia
User Off Offline

Thats an awesome lua script! I really like it !
Ich mag es!

alt

Brandy
User Off Offline

It looks good!
Ich mag es!

alt

Snake_Eater
User Off Offline

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

alt

Starkkz
Moderator Off Offline

Man, i think you should fix it and upload it again. (Edited)
Ich mag es!

alt

DRoNe
User Off Offline

useful xP
Ich mag es!

alt

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.

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


You should use this array function
Zitat
function array(s,v)
     local a = {}
     for i = 1, s do
          a[i] = v
     end
     return a
end
Ich mag es!

alt

commanderalex1
User Off Offline

wow this script is so awesome!!!
Ich mag es!

alt

realnoob
User Off Offline

nice
Ich mag es!

alt

RyceR
User Off Offline

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

alt

Slater
User Off Offline

Thank you
Ich mag es!

alt

The Spy
User Off Offline

This was a triumph
I'm making a note here
HUGE SUCCESS!
Ich mag es!

alt

3LECTRIZE
User Off Offline

@mafia_man
But you dont write this.
Nice Idea...Simple but nice
Ich mag es!

alt

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.
Ich mag es!

alt

palomino
User Off Offline

@mafia_man We don't care, show-off
Ich mag es!

alt

mafia_man
User Off Offline

nobish i write this in a sec

alt

Mirash
User Off Offline

nice! But easy.
Ich mag es!

alt

3LECTRIZE
User Off Offline

Nice, usefull for RP
Ich mag es!
Zum Anfang Vorherige 1 2 Nächste Zum Anfang