09.12.2014, 20:36
Qual pawn vocк usa? recomendo pawn infernus download dele aqui
Obs: aqui no meu compilou normalmente.
Mas mesmo assim tente este aqui:
Obs: aqui no meu compilou normalmente.
Mas mesmo assim tente este aqui:
PHP код:
if(Player[playerid][pPresoADM] == 1)
{
for(new IDtorcida = 1; IDtorcida < 17; IDtorcida++)
{
if(Player[playerid][pTorcida] == IDtorcida)
{
SetPlayerPos(playerid, 408.9647,-2069.5811,7.8688);
SendClientMessage(playerid, COR_NEGATIVO, "Vocк estб preso. Digite /presos para saber o tempo restante.");
Player[playerid][InHospital] = false;
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_CUFFED);
SetPlayerTeam(playerid, 1);
break;
}
}
}
return 1;
}