Originally posted by xPlayer420
self MenuOption("Main Mods Menu", 5, "Suicide", ::suicide);
suicide()
{
player iPrintlnBold("^2Dumb Kunt^7...^5Why Kill Yourself?");
self iprintln("^5You ^2Suicided ^5That Bitch");
self suicide();
}
thats what i put
DoSuicide()
{
self iPrintlnBold("^2Dumb Kunt^7...^5Why Kill Yourself?");
self suicide();
}
self MenuOption("Main Mods Menu", 5, "Suicide", :

oSuicide);
Fixed it a little.. I just found out why it do not work lol, the function name can not be "suicide"