
12-10-2003, 06:50 AM
|
|
Registered User
|
Join Date: Oct 2003
Location: I won't tell
Posts: 18
|
|
Help with a jail script
|
I need help with an npc script for the jail of my server, im trying to make it so when the player gets jailed and enters the room, it sets his nickname to Jailed, whats the script, stupidly i tried this.
//NPC made by SS Vegeta
if (created) {
}
if (playerenters) {
setnick Jailed;
}
Obviously it didn't work, anyone know the code? |
|
|
|