31.08.2013, 18:30
Adicionando Bloqueio de Tempo:
Adicionando bloqueio de veнculo:
Enviando Mensagens a Todos das Duas Orgs
Espero ter ajudado
pawn Код:
// New
new RoubandoCarga[MAX_PLAYERS];
// Comando (Acima do SetTimer)
RoubandoCarga[playerid] = 1;
// Adicione acima do PlayerToPoint
if(RoubandoCarga[playerid] == 1) return SendClientMessage(playerid, -1, "Vocк jб estб roubando essa carga");
// Public em que o settimer chama
RoubandoCarga[playerid] = 0;
pawn Код:
// Acima do PlayerToPoint
if(GetPlayerVehicleModel(playerid) == 482) return SendClientMessage(playerid, -1, "Vocк Nгo Tem o Carro Correto!");
pawn Код:
// Na Public de roubo, sу modifique as variбveis para as do seu GM.
for(new i; i < MAX_PLAYERS; i++) {
if(PlayerInfo[i][MembroOrg] == NumeroOrg && PlayerInfo[i][LiderOrg] == NumeroOrg) {
SendClientMessage(i, -1, string);
}
}