else if(cmd == "dance1")
{
player.SetAnim( 28, 226 )
}
It is working but can anybody modify this..That if we type this cmd there was also a meesage of player...plz help me..
Sorry for posting again
Use this to send a message that only the player can see:
MessagePlayer( "[#FF4500]WRITE THE TEXT HERE ", player );
And this to send message to everyone in server:
Message("[#FF4500]WRITE THE TEXT HERE");
Quote from: Xhefri on Oct 02, 2018, 06:41 PMUse this to send a message that only the player can see:
MessagePlayer( "[#FF4500]WRITE THE TEXT HERE ", player );
And this to send message to everyone in server:
Message("[#FF4500]WRITE THE TEXT HERE");
i am new but u know how to do can u please add in this.....
else if(cmd == "dance1")
{
player.SetAnim( 28, 226 )
}
else if(cmd == "dance1")
{
player.SetAnim( 28, 226 )
MessagePlayer( "[#FF4500]You are using anim Dance1 ", player );
}
Thanks Bro!!