Author Topic: Clean record  (Read 597 times)

In RP as an admin, what command will clean someone's criminal record?

?? 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?

In RP
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.

I also need to know how to create an event that asks the player yes or no with choices.
Event_PromptEvents

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.

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.)