17.07.2013, 16:26
pawn Код:
if(giveplayerid == playerid){
format(string, sizeof(string), "Te has dado un %s.", choice);
PlayerPlaySound(playerid, 1052, 0.0, 0.0, 0.0);
SendClientMessageEx(playerid, COLOR_GRAD1, string);
PlayerPlaySound(playerid, 1052, 0.0, 0.0, 0.0);
}