• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Action Give trophy when killing someone

Andy Man

Advanced OT User
Joined
Jun 15, 2011
Messages
1,689
Reaction score
194
Location
México
When someone kills another person he will gain a trophy.


Code:
function onKill(cid, target, damage, flags)
doPlayerAddItem(cid,1884,1) 
doPlayerSendTextMessage(cid,21,"You just gained a trophy") 
end
 
Its like my 2nd script u idiot

my first script was inquistion quest o_O

u paste script with 4 lines, and what u want? replies with "oh thx man 100/10~!!! nice script!!!!!!!!11111111" ;lol


i don't have anything problem to u but, this "script" it's like a spam.. xD


btw u should add line which will set description of trophy, example; "Player X killed on lvl Y, by Player A with lvl B"
 
Back
Top