Latest topics
Fighting Arena
Page 1 of 1 • Share •
Fighting Arena
Hi there people, I'd like to post a little guide on how to make a "fighting arena", a certain area where if you kill someone, you get credits.
Basically, all you have to do is making an lmd_event fire a playercheck, with a certain ammount of playerflags, that will be granted only if the player dies. This means that, if you don't have the flags, and kill another player, you'll get the CR and a message will be printed. But if you die, regardless if it's by somebody else or by suicide, nothing will happen (But you can add a print saying "You've lost the combat" if you want).
The codes are:
The lmd_event:
The playercheck:
NOTE: On target I used "arena_nothing" as its name because if you suicide, or in other words, if you have flags 1, nothing will happen, so you can't get credits by killing yourself many times.
The credits and message:
And finally, the flags
Basically, all you have to do is making an lmd_event fire a playercheck, with a certain ammount of playerflags, that will be granted only if the player dies. This means that, if you don't have the flags, and kill another player, you'll get the CR and a message will be printed. But if you die, regardless if it's by somebody else or by suicide, nothing will happen (But you can add a print saying "You've lost the combat" if you want).
The codes are:
The lmd_event:
- Code:
/place lmd_event 0 maxs,xx yy zz,mins,-xx -yy -zz,spawnflags,1,killtarget,arena_check,deathtarget,arena_flags
The playercheck:
- Code:
/place lmd_playercheck * targetname,arena_check,target,arena_nothing,target2,arena_win,playerflags,1
NOTE: On target I used "arena_nothing" as its name because if you suicide, or in other words, if you have flags 1, nothing will happen, so you can't get credits by killing yourself many times.
The credits and message:
- Code:
/place target_credits * targetname,arena_win,count,150
- Code:
/place target_print * targetname,arena_win,spawnflags,20,message,You have won ^2150 CR ^7for defeating your opponent!
And finally, the flags
- Code:
/place lmd_flagplayer * targetname,arena_flags,flags,1
Soap94- New User
- Posts : 19
Join date : 2012-01-16
Age : 24
Location : Argentina
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
|
|
» New Lugormod U# (Windows + Linux)
» Single Round Team Quest
» iobject terminal
» Usefull Downloads
» Television
» Lugormod U# on server
» Teleporter with effects
» Some possibly useful addons