I would like to place a command in a shop.
and that item posssa only be purchased by ADM
type:
Quote:
case 1:
{
set_user_health(id, 500)
client_print( id, print_chat, "Voce comprou 500 de Vida!!")
client_print( id, print_chat, "By:Klysman =] !!")
client_cmd(id, "speak sound/GagaSong/Si.wav");
}
|