Forum

> > CS2D > Scripts > Information Command
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Information Command

2 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Information Command

dizziness
User Off Offline

Zitieren
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
1× editiert, zuletzt 27.04.11 17:39:22

alt Re: Information Command

ohaz
User Off Offline

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

alt Re: Information Command

dizziness
User Off Offline

Zitieren
user ohaz hat geschrieben
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?
1× editiert, zuletzt 28.04.11 17:47:49
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht