TeachersPet
Well-known member
- Joined
- Jul 27, 2005
- RedCents
- 71¢
I forgot to post this here. And well, as of Monday, Sept. 12, at 2:00PM I just need 1 more vote for a year of RG, so vote for me \o/
This works anywhere to be honest, but it only works properly on Zek.
Use this whenever you think you're going to die. It will instantly kill you and if you're on Zek, you lose no exp. This can be used to rid yourself of that nasty PvP death rezz sickness as well. Only down side is, if you use this in front of someone smart, they're gonna know that you hacked, so don't be retarded with it. The only time it won't work is if you have levitate on, so click that off (and yes this works while you're mezzed or stunned).
This works anywhere to be honest, but it only works properly on Zek.
Use this whenever you think you're going to die. It will instantly kill you and if you're on Zek, you lose no exp. This can be used to rid yourself of that nasty PvP death rezz sickness as well. Only down side is, if you use this in front of someone smart, they're gonna know that you hacked, so don't be retarded with it. The only time it won't work is if you have levitate on, so click that off (and yes this works while you're mezzed or stunned).
Rich (BB code):
VOID suicide(PSPAWNINFO pChar, PCHAR szLine)
{
((PZONEINFO)pZoneInfo)->ZoneGravity = 9999;
WriteChatColor("A large foot falls from the heavens, crushing the life out of your character",CONCOLOR_YELLOW);
}
PLUGIN_API VOID InitializePlugin(VOID)
{
AddCommand("/suicide",suicide);
}
PLUGIN_API VOID ShutdownPlugin(VOID)
{
RemoveCommand("/suicide");
}



