22.12.2016, 16:56
ae alguйm ajuda ae? isso aqui nгo estб funcionando nгo sei pq...
alguйm pode me dizer o que tenho q fazer para funcionar corretamente?
ps: plugin atualizado a ultima versгo (compilado este mкs)
PHP код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(newstate == PLAYER_STATE_DRIVER)
{
if(PlayerInfo[prf_id][playerid]== P_GUARDAMUNICIPAL)
{
new string[144];
new debugbilada= IsVehicleSirenEnabled(vehicleid);
ToggleVehicleSirenEnabled(vehicleid, true);
SetVehicleParamsSirenState(vehicleid, 1);
SendClientMessage(playerid, BRANCO, "vocк confiscou este veiculo, para usar em uma perseguiзгo");
SendClientMessage(playerid, BRANCO, "pode acionar uma sirene giroflex, para fazer seu trabalho!");
format(string, sizeof(string), "Estado antigo: %d estado novo %d", debugbilada, IsVehicleSirenEnabled(vehicleid));
SendClientMessage(playerid, VERDE, string);
}
}
ps: plugin atualizado a ultima versгo (compilado este mкs)