Forum

> > CS2D > Scripts > Information Command
Forums overviewCS2D overview Scripts overviewLog in to reply

English Information Command

2 replies
To the start Previous 1 Next To the start

old Information Command

dizziness
User Off Offline

Quote
1
2
3
4
5
6
7
8
9
if cmd == "!info" then
		    local pl = tonumber(p[2])
			if pl ~= nil then
				if player(pl,"exists") then
				    rp_msg2(id,"000255000","This player internet protocol "..player(pl,"ip"))
				    rp_msg2(id,"000255000","This player name "..player(pl,"name"))
					rp_msg2(id,"000255000","This player unreal software gaming network "..player(pl,"usgn"))
				end
			end

Can you help me to fix this word? Because i think the word is too short and too bad and each row is have same word "This player" . This player internet protocol and This player name and This player unreal software gaming network

Or maybe you can give me some more words like on cheetocommunity roleplay, I was very amazed with the cheetocommunity roleplay info command because it's nice but i forgot what they write and i know the word it's on the pic when admin are reporting some player who do bad but unfortunately cheetocommunity said my ip is a spammer
edited 1×, last 27.04.11 05:39:22 pm

old Re: Information Command

ohaz
User Off Offline

Quote
rp_msg2(id, "000255000","Whois "..player(pl, "name"))
rp_msg2(id, ""000255000","IP: "..player(pl,"name"))
rp_msg2(id,"000255000","USGNID: "..player(pl,"usgn"))

old Re: Information Command

dizziness
User Off Offline

Quote
user ohaz has written
rp_msg2(id, "000255000","Whois "..player(pl, "name"))
rp_msg2(id, ""000255000","IP: "..player(pl,"name"))
rp_msg2(id,"000255000","USGNID: "..player(pl,"usgn"))


Sorry maybe when you write your suggestion before I edit my post, would you edit your suggestions or add new suggestion?
edited 1×, last 28.04.11 05:47:49 pm
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview