Forum

> > CS2D > Scripts > I want a script
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch I want a script

6 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt I want a script

Kirito2K
User Off Offline

Zitieren
Hi all as you see , i want script , it should have :-

1) F2 then 1 = drop money menu
2) i want some usgns spawn at a pos i want it for one for mod and one for vip this i mean every vip and mod have a special menu
3) uncount able money i mean that i want to the max money be 1000000000000 ..
4) F2 then 2 tele menu [special to mods and vips]

this is the script i want can you make one for me with this things ??

TY us

alt Re: I want a script

Rainoth
Moderator Off Offline

Zitieren
Numerous scripts like these. You just have to search the forum threads/file archive.

P.S. You can't make two menus appear with one button.

alt Re: I want a script

ShouldBeNew
BANNED Off Offline

Zitieren
Same as user Rainoth said you can't make double menu's on the screen but you can make the second one appear with F3. And of course use the search tool also called dinasour tool called by Yates.

alt Re: I want a script

Kirito2K
User Off Offline

Zitieren
I search for a script and i found but i want to the spawn in a pos but in some USGN ID i mean not game id [1,32].. help me pls .

and ya i want to make f2 = drop money menu and f3 tele menu [special] to mods and vips .

alt Re: I want a script

Marcell
Super User Off Offline

Zitieren
SPAWN SCRIPT

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
-- Created By Salad Fingers --
--    on 2014.02.03 21:16   --

admins = {6943} -- Put staff's usgn here
stuff_x = 500 -- Cordinate X
stuff_y = 500 -- Cordinate Y

function table.contains(table, element)
    for key, value in pairs(table) do
        if value == element then
            return true
        end
    end
end

addhook("spawn","staff_spawn")
function staff_spawn(id)
if table.contains(admins,player(id,"usgn")) then
parse("setpos "..id.." "..stuff_x.." "..stuff_y.."")
end
end
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht