How i can Downgrade my server to 03rel003? Thanks IceFlake
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menuelse if (cmd == "visitworld2")
{
if lock.world2 MessagePlayer("you cant visit world 2 because its locked");
else{
player.World = 2;
}
}
else if (cmd == "lockworld2")
{
lock.world2
}
else if (cmd == "unlockworld2")
{
unlock.world2
}
Quote from: Terror_Styles on Jul 19, 2017, 08:55 AMWhat do you mean by losing? Didn't Understand Really Will you go more briefly please?Like if i fall from a building and i lost -20 HP then it will auto regenerate +1hp in 2 secs
Quote from: Terror_Styles on Jul 15, 2017, 08:57 AMWell Don't Know Much But I think it will work!Thanks Buddy
Add thisfunction onPlayerRequestSpawn( player )
{
if ( ( status[ player.ID ].Kills < 200 ) && ( player.Skin == 201 ) ) MessagePlayer( "Reach 200 Kills & get this Skin!", player );
else return 1;
}