2020-12-17, 01:26 PM
Exemplo:
Code:
? ? ? ? ? ? ? ? if (IsPlayerInVehicle(playerid, Civilcarro[3]))
? ? ? ? ? ? ? ? {
? ? ? ? ? ? ? ? ? ? DestroyVehicle(Civilcarro[3]);
? ? ? ? ? ? ? ? ? ? carrocivil[3] = 0;
? ? ? ? ? ? ? ? ? ? SendClientMessage(playerid, COR_AMARELO, "Veiculo Civil Destruido..");
? ? ? ? ? ? ? ? }