Hello Guys I need Command /goto With Time 3 Second
Nogoto on/off and /heal with time with functions
HELP
Wrong area
else if ( cmd == "heal" )
{
if ( !player.IsSpawned ) MessagePlayer( "[#ff0000]Error - You haven't spawned yet..", player );
else if ( player.Health == 100 ) MessagePlayer( "[#ff0000]Error - You don't need to be healed", player );
else {
NewTimer( "heal", 3000, 1, player.ID );
Announce( "Healing...", player , 0 );
player.IsFrozen = true;
MessagePlayer( "[#ffbb00]You Will Be Healed In 3 Seconds.", player );
}
}
ME Want Muted Unmuted Kicked Banned Only
Quote from: =RK=MarineForce on Nov 20, 2017, 07:12 PMelse if ( cmd == "heal" )
{
if ( !player.IsSpawned ) MessagePlayer( "[#ff0000]Error - You haven't spawned yet..", player );
else if ( player.Health == 100 ) MessagePlayer( "[#ff0000]Error - You don't need to be healed", player );
else {
NewTimer( "heal", 3000, 1, player.ID );
Announce( "Healing...", player , 0 );
player.IsFrozen = true;
MessagePlayer( "[#ffbb00]You Will Be Healed In 3 Seconds.", player );
}
}
This will not work as there is no function named "heal" in the code and I am sure that Mohamed will not be able to make one. This is also copied from my post xD
Yeah .!
i am give him Yes This is you make! @umar3911 i am given him! For Helps! he wants :D
your heal commands not works i try