[Pomoc] SMS i Reklamiranje

Započeo Ryan Sanchez
25. Dec. 2011.
670
pregleda
5
postova
Mr_Break
3
Hustler
25. Dec. 2011.
Skripta koju koristim: Moj GM od 0
Detaljan opis problema: Hocu ako neko napise SMS ili Reklamira ili vozi sa 300km/h da mi dodje INFO: Taj i taj koristi Cheat te vozi 300km/h - provjerite ga da nema Cheat
Dio skripte: /
Neke slike/video za lakse dobivanje pomoci(neobavezno): /
Talavander
4
Made Man
25. Dec. 2011.
U prevodu treba ti Anticheat sistem....

Skini neki pa ga edituj
Memorexâ„¢
4
Made Man
25. Dec. 2011.
Stavis pod public OtherTimer
if(gSpeedo == 2)
{
if(distance <10)
{
format(string, 256, "~r~Brzina: ~w~%.0f",distance);
}
if(distance > 10 && distance < 100)
{
format(string, 256, "~r~Brzina: ~w~%.0f",distance);
}
if(distance > 100)
{
format(string, 256, "~r~Brzina: ~w~%.0f",distance);
}
}
if(distance > maxspeed && PlayerInfo == 0 && PlayerInfo == 0)
{
GetPlayerName(i, plname, sizeof(plname));
format(string, 256, "AdmWarn: %s ima trenutnu brzinu od %.0f mph - provjerite ga da nema cheat!",plname,distance);
ABroadCast(COLOR_LIGHTRED,string,1);
}

News izpod public OtherTimer
   
new Float:maxspeed = 400.0;
    new plname;

Pa news skroz gore:

new gSpeedo;

Pa iznad if(gSpeedo == 2):

new Float:distance = (sqxdist+sqydist)/31;


Mislim da bi to bilo to za Brzinu. Za poruku nezz, Mislim da ce to biti ok.... Ako ne javi 🙂
John_Macklain
4
Shot Caller
25. Dec. 2011.
Memorexâ„¢ wrote on December 25, 2011, 6:26 pm:
Stavis pod public OtherTimer
if(gSpeedo == 2)
{
if(distance <10)
{
format(string, 256, "~r~Brzina: ~w~%.0f",distance);
}
if(distance > 10 && distance < 100)
{
format(string, 256, "~r~Brzina: ~w~%.0f",distance);
}
if(distance > 100)
{
format(string, 256, "~r~Brzina: ~w~%.0f",distance);
}
}
if(distance > maxspeed && PlayerInfo == 0 && PlayerInfo == 0)
{
GetPlayerName(i, plname, sizeof(plname));
format(string, 256, "AdmWarn: %s ima trenutnu brzinu od %.0f mph - provjerite ga da nema cheat!",plname,distance);
ABroadCast(COLOR_LIGHTRED,string,1);
}

News izpod public OtherTimer
   
new Float:maxspeed = 400.0;
    new plname;

Pa news skroz gore:

new gSpeedo;

Pa iznad if(gSpeedo == 2):

new Float:distance = (sqxdist+sqydist)/31;


Mislim da bi to bilo to za Brzinu. Za poruku nezz, Mislim da ce to biti ok.... Ako ne javi 🙂


e hvala ti to sam i ja tražio
Memorexâ„¢
4
Made Man
25. Dec. 2011.
John_Macklain wrote on December 25, 2011, 6:26 pm:
Stavis pod public OtherTimer
if(gSpeedo == 2)
{
if(distance <10)
{
format(string, 256, "~r~Brzina: ~w~%.0f",distance);
}
if(distance > 10 && distance < 100)
{
format(string, 256, "~r~Brzina: ~w~%.0f",distance);
}
if(distance > 100)
{
format(string, 256, "~r~Brzina: ~w~%.0f",distance);
}
}
if(distance > maxspeed && PlayerInfo == 0 && PlayerInfo == 0)
{
GetPlayerName(i, plname, sizeof(plname));
format(string, 256, "AdmWarn: %s ima trenutnu brzinu od %.0f mph - provjerite ga da nema cheat!",plname,distance);
ABroadCast(COLOR_LIGHTRED,string,1);
}

News izpod public OtherTimer
   
new Float:maxspeed = 400.0;
    new plname;

Pa news skroz gore:

new gSpeedo;

Pa iznad if(gSpeedo == 2):

new Float:distance = (sqxdist+sqydist)/31;


Mislim da bi to bilo to za Brzinu. Za poruku nezz, Mislim da ce to biti ok.... Ako ne javi 🙂


e hvala ti to sam i ja tražio

Nema Na cemu 🙂

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha