Forum

> > CS2D > Scripts > I want a script
Forums overviewCS2D overview Scripts overviewLog in to reply

English I want a script

6 replies
To the start Previous 1 Next To the start

old I want a script

Kirito2K
User Off Offline

Quote
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

old Re: I want a script

Rainoth
Moderator Off Offline

Quote
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.

old Re: I want a script

ShouldBeNew
BANNED Off Offline

Quote
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.

old Re: I want a script

Kirito2K
User Off Offline

Quote
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 .

old Re: I want a script

Marcell
Super User Off Offline

Quote
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
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview