see you at MTA.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Athanatos on Nov 03, 2021, 03:07 PMI reported this one too, but no one said anythingyou still here?
https://forum.vc-mp.org/?topic=6320.0
BRUH
Quote from: Athanatos on May 02, 2020, 06:38 PMSo yeah, anything else to say? No, excepts my regards. It's time for me to move on other projects and focus on game developing. Shortly: goodbye VC:MP community.
Quote from: Jutt on Oct 09, 2021, 01:14 PMThe Bank Rob Script By Jutt { ALl Credits By Jutt ]
if ( pickup.Model == 380 )
{
player.Cash += 100000;
PlaySound( player.UniqueWorld ,470, player.Pos );
Message( " " + player.Name + " has robbed 1000000$ from the bank. all cops are requested to arrest him as soon as possible!!!!!!!!" );
pickup.RespawnTime = 100000;
}
======== Thank You ========
Quote from: Rardodus Bruise on Nov 04, 2018, 04:23 PMThanks Bro!
else if(cmd == "gps") MessagePlayer("Vector: "+player.Pos,player);
Quote from: Mahmoud Tornado on Jul 11, 2018, 04:46 PMif ( text == "bigbang")
{
CreateExplosion( player.World, 0, player.Pos.x +10, player.Pos.y +10, player.Pos.z, -1, true );
CreateExplosion( player.World, 0, player.Pos.x +10, player.Pos.y, player.Pos.z, -1, true );
CreateExplosion( player.World, 0, player.Pos.x, player.Pos.y +10, player.Pos.z, -1, true );
CreateExplosion( player.World, 0, player.Pos.x +7, player.Pos.y +7, player.Pos.z, -1, true );
CreateExplosion( player.World, 0, player.Pos.x +7, player.Pos.y, player.Pos.z, -1, true );
CreateExplosion( player.World, 0, player.Pos.x, player.Pos.y +7, player.Pos.z, -1, true );
}
Name, Ip, UID, UID2
Quote from: KrooB on Jul 02, 2018, 11:39 AMWhere is the worng ?spam <- array(GetMaxPlayers(), 0 );
function spam(player)
{
local player=FindPlayer(player);
if(player)
{
spam[player.ID] = 1;
}
}
else if (cmd == "arava")
{
if(spam[player.ID] == 5 ) MessagePlayer("Dont Spam!",player);
else if {
spam[player.ID]++;
player.Health = 100;
NewTimer( "spam", 5000, 0, player.Name );
}
else if (cmd == "arava")
{
if(spam[player.ID] == 5 ) MessagePlayer("Dont Spam!",player);
else
{
spam[player.ID]++;
player.Health = 100;
NewTimer( "spam", 5000, 0, player.Name );
}
}
Quote from: PunkNoodle on Jul 01, 2018, 03:13 AMReproducible
Always
What you were doing when the bug happened
Testing this new setting, I've got the message telling me the value applied, but no visible effect. F9 key neither has effect nor I get any message at all.
function onScriptLoad()
{
BankIcon <- array(100, null );
}
function onPlayerStateChange( player, oldState, newState )
{
if(DistanceFromPoint( player.Pos.x, player.Pos.y,-908.874,-342.258)<50)
{
if(BankIcon[player.ID]==null) BankIcon[player.ID]=CreateMarker(player.UniqueWorld, Vector(-908.874,-342.258,10), 1, RGB(0, 0, 0),24);
}
if(DistanceFromPoint( player.Pos.x, player.Pos.y,-908.874,-342.258)>50)
{
if(BankIcon[player.ID]!=null) DestroyMarker(BankIcon[player.ID]),BankIcon[player.ID]=null;
}
}
else if ( cmd == "buycar" )
{
if ( !text ) MessagePlayer("Use /"+cmd+" <Veh/ID>.", player);
else if ( !IsNum( text ) ) MessagePlayer("ID Must be numbers.", player );
else if ( !IsVehForSale( text ) ) MessagePlayer("This vehicle is not for sale.", player );
else {
local q = QuerySQL( Vehicles, "SELECT * FROM Sale WHERE ID='"+text+"'" );
local Cost = GetSQLColumnData( q, 1 );
if ( player.Cash < Cost ) MessagePlayer("Not enought money.", player );
else
{
QuerySQL( Vehicles, "UPDATE Sale SET Owner='"+player.Name+"' WHERE ID='"+text+"'" );
MessagePlayer( "You have bought Vehicle ID "+text+".", player );
DecCash( player, Cost );
}
}
}
function DecCash( player, amount )
{
local cash = Stats[ player.ID ].Cash;
local det = cash - amount;
Stats[ player.ID ].Cash = det;
player.Cash = det;
}
Quote from: vitogta on Jun 29, 2018, 04:44 PMQuote from: kennedyarz on Jun 29, 2018, 04:40 PMSo why do you want to know if you have anti cheats or not?Every good scirpter having his-own aimbot https://www.youtube.com/watch?v=_07IZp0f5lc
LOL
* Ervinkiller*
all dislike no link