Blockland Forums > Help
Need an event
Gsterman:
--- Quote from: phflack on December 30, 2012, 04:33:27 PM ---you're doing something wrong then, post pictures of what you have done
--- End quote ---
I gave you the event
Gsterman:
can someone please help me?
Greek2me:
--- Quote from: Gsterman on December 29, 2012, 11:24:13 PM ---I need an event that gives you points from killing the opposing players on SLayer which you can buy stuff with.
--- End quote ---
You already receive points for killing enemy players. You can change how many points are rewarded at the bottom of the General tab.
shyGriff:
--- Quote from: Gsterman on December 30, 2012, 05:12:09 PM ---
--- Code: ---[OnActivate] [Self] [VCE_IfVariable] [<var:cl:Score>] [>=] [5] [1 4]
[Onvariabletrue] [Client] [IncScore] [-5]
[Onvariabletrue] [Player] [Additem] [Baldr]
[Onvriablefalse] [client] [centerprint] [Get more points from completing missions]
--- End code ---
Also how do you make it give you points for not killing but damaging a player? As in shooting it will give you 1 point, but it wont kill it.
--- End quote ---
you used vce_ifvariable instead of vce_ifvalue
i have no idea if that's the issue or not but it's worth a shot
Gsterman:
--- Quote from: shyGriff on December 30, 2012, 08:17:39 PM ---you used vce_ifvariable instead of vce_ifvalue
i have no idea if that's the issue or not but it's worth a shot
--- End quote ---
Ah, thank you.
--- Quote from: Greek2me on December 30, 2012, 08:13:39 PM ---You already receive points for killing enemy players. You can change how many points are rewarded at the bottom of the General tab.
--- End quote ---
I know, but can I get points for damaging players?