19.02.2012, 00:48
Tenta pra ver se da certo aii, deixa como tava sem ERRO e troca por isso :
pawn Код:
if(strcmp(cmd, "/fugir", true) == 0)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerInRangeOfPoint(i, 20, 716.8190,-3481.3455,3.8972))
{
new string[3] = GetPlayerWantedLevel(i);
SetPlayerWantedLevel(i, string+1);
SetPlayerWantedLevel(i, string+1);
PlayerInfo[i][pJailed] = 0;
PlayerInfo[giveplayerid][pJailTime] = 0;
SetPlayerCriminal(playerid,255, "Pega ***** Mlq Pilota");//Pra da nivel de procurado
GameTextForPlayer(i, "Foi iniciada uma Fuga", 5000, 3);
format(string, 256, "[Noticia Criminal] %s iniciou uma Fuga de Alcatraz", giveplayer);
BroadCast(COLOR_OOC,string);
}
}
return 1;
}
Ajudei ? +Reputa...