Blockland Forums > Help
Clean record
Pages: (1/1)
BearInSteen:
In RP as an admin, what command will clean someone's criminal record?
BearInSteen:
?? I want to know what the command is. I know there is one. I also need to know how to create an event that asks the player yes or no with choices. Do you know how?
zenloth:
--- Quote from: BearInSteen on November 08, 2009, 01:30:32 PM ---In RP
--- End quote ---
If this is RP content do the following
Console -
findClientByName("YOURNAMEHERE").RPData.valueJobID=1337; (I kid you not, it is 1337)
Then go to your nearest Police brick and you should have a clear record or something option (3 or 4 or something), then just type in part of their name, and you should have cleared their record.
--- Quote from: BearInSteen on November 08, 2009, 01:59:42 PM ---I also need to know how to create an event that asks the player yes or no with choices.
--- End quote ---
Event_PromptEvents
BearInSteen:
ohhh. so all I need to do is become a job class with "clean" to clean records. I see. thanks. I have a few other questions I hope someone can answer.
1.) Is it possible to use an event or command to change someones job to another job. (if so, how?)
2.) Is there a way to limit the amount of players that can be a certain job?
3.) How do you set an event that checks to see if a person has a certain amount of money, then take it if they do?
Thanks for all the help.
BearInSteen:
The main thing I need is a way to check to make sure you have enough money to buy something, then if you do, buy it (adds to inventory.)
Pages: (1/1)