03.04.2011, 03:15
(
Последний раз редактировалось Daniel-92; 03.04.2011 в 04:41.
)
No tienes definido el playerid es por eso
pawn Код:
public message()
{
//pone esto en cada public del countdown
for(new playerid=0; playerid < MAX_PLAYERS; playerid++)
{
PlayerPlaySound(playerid, id, x, y, z); //y aqui pones el PlayerPlaySound
}
}