I think If you want to make a menu, I recommended you to use serveraction 3
Quote
House System
You can't use the trigger If you not the owner of the house (e.g door1,door2,door3)
You can be the owner of the house by clicking the trigger (e.g house1,house2,house3) & pay it for 25000 (Once for forever, except If you leave the server or stop renting it).
Payment code:
House code:
house1 trigger to buy the house & door1,door2,door3 are the trigger than can be used after you buy it.
Only the trigger that written down here that will be restricted from being used without owned the house.
Player only can have one house (Even admin can't have more than one house)
Only the owner of the house can build, destroy, trigger something in the house (Admin can build, destroy, trigger something in the house even it's wasn't his house)
You can't use the trigger If you not the owner of the house (e.g door1,door2,door3)
1
2
3
4
5
2
3
4
5
Houset ={ 		{house1}{door1,door2,door3}, 		{house2}{door4,door5,door6}, 		{house3}{door7,door8,door9}, 	},
You can be the owner of the house by clicking the trigger (e.g house1,house2,house3) & pay it for 25000 (Once for forever, except If you leave the server or stop renting it).
Payment code:
1
rp_money[id]=rp_money[id]-25000
House code:
house1 trigger to buy the house & door1,door2,door3 are the trigger than can be used after you buy it.
1
2
3
4
5
2
3
4
5
Houseo ={ 		{house1}{door1,door2,door3}, 		{house2}{door4,door5,door6}, 		{house3}{door7,door8,door9}, 	},
Only the trigger that written down here that will be restricted from being used without owned the house.
1
2
3
2
3
Nouse ={ 		{door1,door2,door3,door4,door5,door6,door7,door8,door}, 	},
Player only can have one house (Even admin can't have more than one house)
Only the owner of the house can build, destroy, trigger something in the house (Admin can build, destroy, trigger something in the house even it's wasn't his house)
Quote
No-damage area
You can't attack someone in some area (Absolutely can't)
If someone attack you then the attacker will receive some message (e.g You can not hurt anyone here). I don't want the attacker think that was a lag & then leave the server.
You can't attack someone in some area (Absolutely can't)
1
2
3
2
3
Nodagamea ={ 		{{10,20},{30,40}}, 		{{50,60},{70,80}},
If someone attack you then the attacker will receive some message (e.g You can not hurt anyone here). I don't want the attacker think that was a lag & then leave the server.
edited 6×, last 04.11.12 01:00:50 pm