• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Tips for my new War Server :)

lol94

Loler
Joined
Dec 23, 2008
Messages
764
Reaction score
55
Location
Mexico
Hey guys, I am making a really cool war server and I need some tips for it, could you guys giveme some tips?









 
Hm.. if you are looking for hoster or some help with scripts PM me or add on MSN (in signature).
 
I got stressed when I saw the last pic! just imagine how many fags will stairhop
 
You are right, mabye I should remove that, thanks for the comment Bogart, any other tip?
 
Allright what about now?



by the way, do you guys think it will be a good idea put annihilator and training zone?
 
BUG! You know whats wrong with this fragereward?, it doesnt giveme the 1k
PHP:
function onKill(cid, target)
        if isPlayer(target) == TRUE then
		if getPlayerIp(cid) ~= getPlayerIp(target) then
	  item = doPlayerAddItem(cid,2152)
	elseif getPlayerName(cid) == getPlayerName(target) then
	  doPlayerAddItem(cid,2152,10)
else
		doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE,"Keep Hunting!")
        end
end
        return TRUE
end
 
Don't use real maps Seriously Don't That's my opinion Maybe real maps are better for other people :)!
 
PHP:
function onKill(cid, target, lastHit)
	if lastHit then
		if isPlayer(target) and cid ~= target then
			if getPlayerIp(cid) == getPlayerIp(target) then
				doPlayerAddItem(cid,2152, 1)
			else
				doPlayerAddItem(cid,2152,10)
			end
			doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Good job!")
		else
			doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Keep Hunting!")
		end
	end
	return true
end

Need scripter? :D
If you are from mexico and want host server for american players I can help you and we share files [you give me map and i wrtie scripts for you].
 
PHP:
function onKill(cid, target, lastHit)
	if lastHit then
		if isPlayer(target) and cid ~= target then
			if getPlayerIp(cid) == getPlayerIp(target) then
				doPlayerAddItem(cid,2152, 1)
			else
				doPlayerAddItem(cid,2152,10)
			end
			doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Good job!")
		else
			doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Keep Hunting!")
		end
	end
	return true
end
Code:
 			if getPlayerIp(cid) == getPlayerIp(target) then
				doPlayerAddItem(cid,2152, 1)
lol!
 
@Bogart
I tried to rewrite his code. I don't know why he wants add item to players with same ip/name.
On my ots I use much more advanced code :p
 
Don't use real maps Seriously Don't That's my opinion Maybe real maps are better for other people :)!

Like Evolutions too?

Oh wait, your Roland guy hosts like 6 RL maps and 4 Evos... trolled
 
Back
Top