29.10.2011, 15:22
pawn Код:
forward AndMerc1();
public AnMerc1()
{
new MSG;
if(MSG == 1 ) return 1;
new string[128];
MSG = 1;
new playerid;
if(PlayerInfo[playerid][pMembro] == 26||PlayerInfo[playerid][pLider] == 26)
{
SetPlayerCheckpoint(playerid, 1345.6738,-1737.0134,13.0910,8.0);//local pros bombeiros irem
SendClientMessage(playerid, COLOR_LIGHTBLUE, "Vб atй o mercado de Commerce e salve vidas !");
}
format(string, sizeof(string), "[EMERGКNCIA] O mercado de Commerce estб tomado pelo fogo ! [OCORRКNCIA] Fio elйtrico partido na rua.");
SendClientMessageToAll(0xF83100AA, string);
return 1;
}
pawn Код:
forward Anla1();
public Anla1()
{
new MSG1;
if(MSG1 == 1 ) return 1;
new string1[128];
MSG1 = 1;
new playerid;
if(PlayerInfo[playerid][pMembro] == 26||PlayerInfo[playerid][pLider] == 26)
{
SetPlayerCheckpoint(playerid, 1785.9629,-1175.8082,23.4026,8.0);//local pros bombeiros irem
SendClientMessage(playerid, COLOR_LIGHTBLUE, "Vб atй a loja de armas 1 e salve vidas !");
}
format(string1, sizeof(string1), "[EMERGКNCIA] A loja de armas 1 estб tomada pelo fogo pelo fogo ! [OCORRКNCIA] Atentato Terrorista.");
SendClientMessageToAll(0xF83100AA, string1);
return 1;
}