Forum

> > CS2D > Scripts > Newbie scriper
Forums overviewCS2D overview Scripts overviewLog in to reply

English Newbie scriper

4 replies
To the start Previous 1 Next To the start

old Newbie scriper

Salem97
User Off Offline

Quote
hello im a newbie scripter and i need help you guyz to learn me a little fix :

1
2
3
4
if txt=="!help" then
msg("©000255100!rs , !reset , !help ")
end
end

i need help when i type it its be good but its be look like on console

!rs !reset !help
MadLeets ||RamyxFa : !help > i want remove that

hope u understand what i mean

im newbie scripter

old Re: Newbie scriper

MaxmyA_TN
BANNED Off Offline

Quote
@user Salem97:

1
2
3
4
5
6
if txt=='!help' then
msg("!resetscore")
elseif txt=='!resetscor' then
parse('setdeaths '..id..'0')
parse('setscore '..id..'0')
msg(id,"score reset")

old Re: Newbie scriper

BcY
Reviewer Off Offline

Quote
1
2
3
4
5
6
7
addhook("say","command")
function command(id,txt)
if txt=="!help" then
msg2(id,"©000255100!rs,!reset,!help")
return 1
end
end

i hope i got you right.
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview