13.05.2012, 08:39
pawn Код:
//==============================================================================
//
// Funзгo para anunciar teleportes
//
//==============================================================================
stock Anunciar(pid, ms[])
{
new _strting[128], nome[24]; GetPlayerName(pid, nome, 24);
format(_strting, sizeof(_strting),"%s %s", nome, ms);
return SendClientMessageToAll(0xC89598FF, _strting), true;
}