Skripta koju koristim:Streetstories
Detaljan opis problema:ovako imam problem mislim da se desava od onda kad sam poveco vreme respawna vozila
Kad god udjem u kola ugasi mi se kucni server.exe ne znam sto..aako moze pomoc molio bih vas 🙂
Dio skripte://
Neke slike/video za lakse dobivanje pomoci(neobavezno)://
Hvala unapred na pomoci
[pomoc] gasi mi se server.exe
901
pregleda
5
postova
9. Jun 2011.
izv brate ne znam ni u cemu probelm pa nez sta da stavim :@
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
if(gTeam >= 1||gTeam >= 3||gTeam >= 4)
{
if (IsACopCar(vehicleid) && !ispassenger)
{
if(PlayerInfo==1||PlayerInfo==2||PlayerInfo==3||PlayerInfo==1||PlayerInfo==2||PlayerInfo==3) {}
else {
new Float:cx, Float:cy, Float:cz;
GetPlayerPos(playerid, cx, cy, cz);
SetPlayerPos(playerid, cx, cy, cz);
}
}
if (IsNgCar(vehicleid) && !ispassenger)
{
if(PlayerInfo==1||PlayerInfo==2||PlayerInfo==3||PlayerInfo==1||PlayerInfo==2||PlayerInfo==3) {}
else {
new Float:cx, Float:cy, Float:cz;
GetPlayerPos(playerid, cx, cy, cz);
SetPlayerPos(playerid, cx, cy, cz);
}
}
if(IsPlayerConnected(playerid))
{
if (gGas == 0)
{
gGas = 1;
GameTextForPlayer(playerid, "~n~~n~~n~~n~~n~~n~~n~~g~Benzin Info ukljucen", 5000, 5);
PlayerPlaySound(playerid, 1145, 0.0, 0.0, 0.0);
}
}
if (IsAnAmbulance(vehicleid) && !ispassenger)
{
if(PlayerInfo==4||PlayerInfo==4) { }
else { WantedPoints+=2; SetPlayerCriminal(playerid,255, "Kradja vozila Hitne Pomoci"); }
}
if (IsATank(vehicleid) && !ispassenger)
{
if(PlayerInfo==1||PlayerInfo==3||PlayerInfo==3) {}
else { WantedPoints+=2; SetPlayerCriminal(playerid,255, "Kradja Tenka"); SendClientMessage(playerid, COLOR_GREY,"Vi jos ne znate kako da vozite."); }
}
if(IsAnOwnableCar(vehicleid) && CarInfo == 1 && CarInfo == 1)
{
if(PlayerInfo >= 1337 && AdminDuty == 1) { }
else
{
new Float:cx, Float:cy, Float:cz;
GetPlayerPos(playerid, cx, cy, cz);
SetPlayerPos(playerid, cx, cy, cz);
}
}
}
return 1;
}
9. Jun 2011.
Quote from June 9, 2011, 6:07 pm:
a sto si povecao respawn vozila?
ma ne povecavo sam vreme za respawn kola ali sam skonto da nije u tome fora nesto drugo se zamsilo :S a neverujem da sam ista menjo se toga za kola sad sam vratio i o5 isto :@
EDIT: Slobodno Lockajte temu...resio sam
Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava