19.11.2013, 19:01
tб estranho essa parada de sem o ~g~ a mensagem nгo aparecer em...
#topic:
jб aconteceu um bug parecido com isso e eu fiz assim :
#topic:
jб aconteceu um bug parecido com isso e eu fiz assim :
pawn Код:
if(strcmp("/pref", cmd, true) == 0)
{
new string[128];
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid, 1481.3818, -1768.0518, 18.795);
format(string, sizeof(string), "~w~Prefeitura");
GameTextForPlayer( /* COR */, 5000, string);
format(string, sizeof(string), "{FF0000}[TELEPORTE] {FFFFFF}O(A) jogador(a) {FF0000}%s {FFFFFF}foi para a Prefeitura {FF0000}(/pref)", GetPlayerNameEx(playerid));
SendClientMessageToAll(0xFF6600AA, string);
return 1;
}