09.06.2012, 20:08
Lol.. He didn't say he will make it for you.
By the way some hints:
Create a variable on player saving file for PM.
Set it to 1 when player resgisters. When he use the command to disable, set that variable to 0.
On login, load it and if it is 0, send the message.
When player tries to PM the player id, check if ID variable is 0 or 1, and allow or not the PM.
Use PlayerPlaySound for the sound.
By the way some hints:
Create a variable on player saving file for PM.
Set it to 1 when player resgisters. When he use the command to disable, set that variable to 0.
On login, load it and if it is 0, send the message.
When player tries to PM the player id, check if ID variable is 0 or 1, and allow or not the PM.
Use PlayerPlaySound for the sound.