09.08.2011, 07:59
Hello, I've decided that I want to script, I've followed Desksoft's tutorial, and all went perfectly, without any problem.
And now, I want to make a command, with zCMD, which the command is /valur, and when you type it, you get a hobo skin and a message that tells : ' Congratulations ! You are a valur ! '
Far as I understood, this is the script line for sending a message :
But I didn't understood how to make that when you write /valur you get the hobo skin.
I think it's something with this ?
I'm not sure.
And now, I want to make a command, with zCMD, which the command is /valur, and when you type it, you get a hobo skin and a message that tells : ' Congratulations ! You are a valur ! '
Far as I understood, this is the script line for sending a message :
pawn Код:
SendClientMessage(playerid, COLOR_GREY, "Congratulation, you are a valur !);
I think it's something with this ?
pawn Код:
GetPlayerSkin(5);