Need help!

Started by luchgox, Apr 17, 2017, 08:45 AM

Previous topic - Next topic

luchgox

Hello, i really need that animation on player request class like EC while spawning & choosing classes sniper animination..any here could help me? i need it as snipped
Strength does not come from wining.Your struggles develop your strengths.

PunkNoodle

function onPlayerRequestClass( player, classID, team, skin )
{
    player.SetAnim( 21, 205 );
}

luchgox

thank you punk i hope i will not eat you (noodle)
Strength does not come from wining.Your struggles develop your strengths.

luchgox

lol,again help me?by giving that snipped like if a player type brb server will message: +player.Name+ will be back later
Strength does not come from wining.Your struggles develop your strengths.

Cool

#4
function onPlayerChat( player, text )
{
if ( text == "brb")
    {
    Message("[ "+ player.Name + " ] will Be Right Back!");
ShutdownServer();
    }
    else if ( text == "back")
    {
    Message("["+ player.Name + "] is Back now!");
ShutdownServer();
    }
}
This Should Work perfect but if you removed a single line may then its stop working :)

luchgox

#5
Cool,i have removed the line that you recommend ( ;) )
need another /disarm cmd
Strength does not come from wining.Your struggles develop your strengths.

luchgox

needed /disarm cmd
Strength does not come from wining.Your struggles develop your strengths.

Luis_Labarca

Quote from: QW.jester on Apr 22, 2017, 04:55 PMneeded /disarm cmd

if ( cmd == "disarm" )
{
if ( !player.Spawned ) PrivMessage( player,"You haven't spawned yet for use of command.");
else{
Message( "" + player + " Disarmed "  );
player.Disarm();
}
}
My server RP
IP: 51.222.28.159:8194

luchgox

Thank you my friend :DDDD (Read PM)
Strength does not come from wining.Your struggles develop your strengths.

EK.IceFlake


luchgox

OK,you will not get it next time topic locked
Strength does not come from wining.Your struggles develop your strengths.