dashe123 Posted July 27, 2011 Share Posted July 27, 2011 Hey guys. I need some help. I want to make a script which makes the player want to pee every hour and if he doesn't pee in 30 minutes his health starts to decrease every minute until he dies or pees to reload the peeing timer. To pee the player should type a command /pee (start peeing animation). After peeing the "time to pee" is reloaded to zero and the player is free from peeing for one hour and so on. Can anyone help me make a script or give me the right functions or tips? Hope u understand what I want. PS. sorry for a disturbing and yellow topic. Link to comment
Castillo Posted July 27, 2011 Share Posted July 27, 2011 Functions: setPedAnimation setTimer getElementHealth setElementHealth Commands: addCommandHandler Link to comment
BabY Posted July 27, 2011 Share Posted July 27, 2011 I will help you little bit in that *WARN* This is not the full script, I'm just making some steps to help you making the script : health = getElementHealth (player) setElementHealth (player, health - 10) ---------------------------------------------------------------------------------------------------------- setTimer (NAMEofFUNCTION, 60000) ---------------------------------------------------------------------------------------------------------- peeTimer = setTimer (nameOfPeeingScript, 30000) ---------------------------------------------------------------------------------------------------------- if (nameOfPeeingScript) then killTimer (peeTimer) Link to comment
dashe123 Posted July 28, 2011 Author Share Posted July 28, 2011 How do I make a pissing stream coming out of players di**? Cuz now he's just standing and holding his balls. Link to comment
Maccer. Posted July 29, 2011 Share Posted July 29, 2011 How do I make a pissing stream coming out of players di**? Cuz now he's just standing and holding his balls. Use one of the particle objects in this script. It includes the piss. Link to comment
zerb Posted July 29, 2011 Share Posted July 29, 2011 This has to be the most strangest request ever.. Link to comment
dashe123 Posted July 29, 2011 Author Share Posted July 29, 2011 I'm sorry if you feel disgusted or smth. lol Link to comment
Jaysds1 Posted July 29, 2011 Share Posted July 29, 2011 Actually this is more rping than ever... I like this. Link to comment
NotAvailable Posted July 29, 2011 Share Posted July 29, 2011 Welcome in my world... This has to be the most strangest request ever.. Link to comment
Jaysds1 Posted July 29, 2011 Share Posted July 29, 2011 But seriously, don't you use the washroom? Of Course, so the RolePlaying Servers will like this... Link to comment
qaisjp Posted July 30, 2011 Share Posted July 30, 2011 Indeed, brilliant idea for a roleplay. Link to comment
dashe123 Posted July 30, 2011 Author Share Posted July 30, 2011 All rights reserved © 2011 dashe123 If u want to use this idea in your server u have to pay me 5$. lol joke. Link to comment
qaisjp Posted July 30, 2011 Share Posted July 30, 2011 I was going to say GTFO. after you said that. joke. Link to comment
will briggs Posted July 31, 2011 Share Posted July 31, 2011 I know it aint on topic but, Do you really need to go to the toilet every hour??? I think you need to go see your doctor Link to comment
qaisjp Posted August 1, 2011 Share Posted August 1, 2011 ^^ Point... maybe have a bladder element data and when you eat or drink put it higher.. and randomly put the bladder higher and if level == 100 then pee() end Link to comment
will briggs Posted August 1, 2011 Share Posted August 1, 2011 That would be more logical than not eating or drinking and still really having to go to the toilet every hour Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now