20.03.2010, 13:22
For example, i made /heal [ID] command,And i want only medics can do it, how?
If(GetPlayerSkin(playerid) == YOUR MEDIC ID )
{
//scipt
}
Blablabla // /heal id balbla
{
if(!GetPlayerSkin(playerid) == Skin ID|)
{
SendClientMessage
return 1;
}
// script continue
return 1;
}