Forum

> > CS2D > Scripts > Searching for a scripter.
Forums overviewCS2D overview Scripts overviewLog in to reply

English Searching for a scripter.

6 replies
To the start Previous 1 Next To the start

old Searching for a scripter.

Xirot
User Off Offline

Quote
The first letter of my name is hidding when I talk. And this is happen just when I'm an owner.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
if rp_Adminlevel[id]==1 then
		rp_msg("000255000","The CT "..player(id,"name").." joins the server!")
		rp_color[id],rp_name[id],rp_mod[id] = "..player(id,"name").." joins the server!")"000255000","CT",true
	elseif rp_Adminlevel[id]==2 then
		rp_msg("105036242","The Modertor 
		rp_color[id],rp_name[id],rp_mod[id] = "105036242","Modertor",true
	elseif rp_Adminlevel[id]==3 then
		rp_msg("255255255","The Admin "..player(id,"name").." joins the server!")
		rp_color[id],rp_name[id],rp_mod[id] = "255255255","Admin",true
		elseif rp_Adminlevel[id]==4 then
		rp_msg("045250069","The Clan Leader "..player(id,"name").." joins the server!")
		rp_color[id],rp_name[id],rp_mod[id] = "045250069","Clan Leader",true
		elseif rp_Adminlevel[id]==5 then
		rp_msg("25006294"," The Owner "..player(id,"name").." joins the server!")
		rp_color[id],rp_name[id],rp_mod[id] = "25006294","Owner",true
	end
end
edited 2×, last 04.06.13 07:52:59 pm

old Re: Searching for a scripter.

Ashelin
BANNED Off Offline

Quote
Just post your code here just like everyone else does. I'm sure some no-lifers will respond imediatly. Since it's their call of life to help people with scripts.

Gotta debug 'em all.
edited 1×, last 04.06.13 09:10:55 pm

old Re: Searching for a scripter.

wotaan
User Off Offline

Quote
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
if rp_Adminlevel[id]==1 then
          rp_msg("000255000","The CT "..player(id,"name").." joins the server!")
          rp_color[id],rp_name[id],rp_mod[id] = "..player(id,"name").." joins the server!")"000255000","CT",true
     elseif rp_Adminlevel[id]==2 then
          rp_msg("105036242","The Modertor 
          rp_color[id],rp_name[id],rp_mod[id] = "105036242","Modertor",true
     elseif rp_Adminlevel[id]==3 then
          rp_msg("255255255","The Admin "..player(id,"name").." joins the server!")
          rp_color[id],rp_name[id],rp_mod[id] = "255255255","Admin",true
          elseif rp_Adminlevel[id]==4 then
          rp_msg("045250069","The Clan Leader "..player(id,"name").." joins the server!")
          rp_color[id],rp_name[id],rp_mod[id] = "045250069","Clan Leader",true
          elseif rp_Adminlevel[id]==5 then
          rp_msg("250062094"," The Owner "..player(id,"name").." joins the server!")
          rp_color[id],rp_name[id],rp_mod[id] = "250062094","Owner",true
     end
end

old Re: Searching for a scripter.

Xirot
User Off Offline

Quote
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
else
		rp_msg2(id,"255000000","Please register in http://www.unrealsoftware.de and get an U.S.G.N account!")
	end
	if rp_Adminlevel[id]==1 then
          rp_msg("000255000","The CT "..player(id,"name").." joins the server!")
          rp_color[id],rp_name[id],rp_mod[id] = "..player(id,"name").." joins the server!")"000255000","CT",true
     elseif rp_Adminlevel[id]==2 then
          rp_msg("105036242","The Modertor 
          rp_color[id],rp_name[id],rp_mod[id] = "105036242","Modertor",true
     elseif rp_Adminlevel[id]==3 then
          rp_msg("255255255","The Admin "..player(id,"name").." joins the server!")
          rp_color[id],rp_name[id],rp_mod[id] = "255255255","Admin",true
          elseif rp_Adminlevel[id]==4 then
          rp_msg("045250069","The Clan Leader "..player(id,"name").." joins the server!")
          rp_color[id],rp_name[id],rp_mod[id] = "045250069","Clan Leader",true
          elseif rp_Adminlevel[id]==5 then
          rp_msg("250062094"," The Owner "..player(id,"name").." joins the server!")
          rp_color[id],rp_name[id],rp_mod[id] = "250062094","Owner",true
     end
end
1592 : '=' expected near 'the'
IMG:https://i41.tinypic.com/2wd0e2h.png
edited 1×, last 04.06.13 09:17:49 pm

old Re: Searching for a scripter.

wotaan
User Off Offline

Quote
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
else
          rp_msg2(id,"255000000","Please register in http://www.unrealsoftware.de and get an U.S.G.N account!")
     end
     if rp_Adminlevel[id]==1 then
          rp_msg("000255000","The CT "..player(id,"name").." joins the server!")
          rp_color[id],rp_name[id],rp_mod[id] = "000255000","CT",true
     elseif rp_Adminlevel[id]==2 then
          rp_msg("105036242","The Modertor "..player(id,"name").." joins the server!")
          rp_color[id],rp_name[id],rp_mod[id] = "105036242","Modertor",true
     elseif rp_Adminlevel[id]==3 then
          rp_msg("255255255","The Admin "..player(id,"name").." joins the server!")
          rp_color[id],rp_name[id],rp_mod[id] = "255255255","Admin",true
          elseif rp_Adminlevel[id]==4 then
          rp_msg("045250069","The Clan Leader "..player(id,"name").." joins the server!")
          rp_color[id],rp_name[id],rp_mod[id] = "045250069","Clan Leader",true
          elseif rp_Adminlevel[id]==5 then
          rp_msg("250062094"," The Owner "..player(id,"name").." joins the server!")
          rp_color[id],rp_name[id],rp_mod[id] = "250062094","Owner",true
     end
end
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview