16.03.2012, 21:32
I'm making a command, and I need it to set your armor to 50, can someone show me what you put in the command?
CMD:armor(playerid)
{
SetPlayerArmor(playerid, 50);
SendClientMessageEx(playerid, COLOR_WHITE,"You have given yourself armor.");
return 1;
}