Menu

Show posts

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 Menu

Messages - lambada7

#1
Quote from: BlueFrosterClub on Jun 23, 2019, 11:21 AMHello again.. I got a problem.. When I click on the server, The game won't start. LIKE NOTHING HAPPENS...







My Specs:
Geforce GTX 1050 Ti
Intel(R) UHD Graphics 630
Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
8GB RAM
Windows 10

I need help plz..





My Specs:
Geforce GTX 1050 Ti
Intel(R) UHD Graphics 630
Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
8GB RAM
Windows 10

I need help plz..
QuoteMy Specs:
Geforce GTX 1050 Ti
Intel(R) UHD Graphics 630
Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
8GB RAM
Windows 10

I need help plz..

Vice City Multiplayer.exe - Right Click - Compatibility Compatibility and Try Recommended Settings If Not, Try Gta Vice.exe
#2
Quote from: MEGAMIND on Jun 20, 2019, 08:09 AM
Quote from: lambada7 on Jun 20, 2019, 08:00 AM
Quote from: MEGAMIND on Jun 20, 2019, 06:51 AM@lambada7 https://www.youtube.com/watch?v=CpUyjylCfAU
Thanks.

So How Can I Change C-Hud

Ok I found it Thanks for your help :)


you cant change the hud that needs to be scripted but you can change the radar


yes I will change radar

#4
What should be the size of the image?

Example

120x120

What should be the name of the image and what type of recording should it be?

Example

Name( .png , .jpg .tga ) ??

Finally how do I switch to Main.nut?

Example

function onPlayerJoin( player )
{
CreateMarker(player.UniqueWorld, Vector( -1734, -715, 5.8680 ), 5, RGB(0, 0, 0), 26 );
     return 1;
}

CreateMarker( world, pos, scale, color, SpriteId )

int world - The world ID
Vector pos - The position of the marker to be created
int scale - The marker's size
cRGB color - The marker's color
int SpriteId - The ID of custom map icon


Where will he be thrown? the mapicons
to the file? Or the Sprites file?


I mean how do we do????


#5
Script Showroom / Re: Vehicle System
Jun 19, 2019, 06:56 PM
Quote from: KrooB on Dec 07, 2018, 01:27 PMelse if (cmd=="aracekle")
{
if ( stats[ player.ID ].Reg == false ) return MessagePlayer( "[#E0E0E0]kayit olmaniz gerek.", player );
else if ( stats[ player.ID ].Log == false ) return MessagePlayer( "[#E0E0E0]giris yapmaniz gerek", player );
if ( player.Name == "KrOoB" )   

if ( player.Vehicle ) MessagePlayer("[#E0E0E0]Aractan inmek zorundasin", player );
if ( !player.IsSpawned ) MessagePlayer("[#E0E0E0]Dogman gerek!", player );
else if( !text ) MessagePlayer("[#E0E0E0]Kod /"+cmd+" <Veh/ID> <Col1/ID> <Col2/ID> <World> <Price>", player);
else {
local TextSplit = split( text, " " ),ModelID=TextSplit[ 0 ],ColID1=TextSplit[ 1 ],ColID2=TextSplit[ 2 ],WorldID=TextSplit[ 3 ],Price=TextSplit[ 4 ];
if (!IsNum(ModelID)) MessagePlayer("[#E0E0E0]Kod /"+cmd+" <Veh/ID> <Col1/ID> <Col2/ID> <World> <Price>.", player);
else if ( !IsNum(ColID1)) MessagePlayer("[#E0E0E0]Kod /"+cmd+" <Veh/ID> <Col1/ID> <Col2/ID> <World> <Price>", player);
else if ( !IsNum(ColID2)) MessagePlayer("[#E0E0E0]Kod /"+cmd+" <Veh/ID> <Col1/ID> <Col2/ID> <World> <Price>", player);
else if ( !IsNum(WorldID)) MessagePlayer("[#E0E0E0]Kod /"+cmd+" <Veh/ID> <Col1/ID> <Col2/ID> <World> <Price>", player);
else if ( !IsNum(Price)) MessagePlayer("[#E0E0E0]Kod /"+cmd+" <Veh/ID> <Col1/ID> <Col2/ID> <World> <Price>", player);
else if ( !Price ) MessagePlayer("[#E0E0E0]Kod /"+cmd+" <Veh/ID> <Col1/ID> <Col2/ID> <World> <Price>", player);
else if ((ModelID.tointeger() < 130) ) MessagePlayer ( "[#E0E0E0]ID 13'den buyuk olmali" , player );
else if ((ModelID.tointeger() == 180))MessagePlayer ("[#E0E0E0]Bu ID arac icin degil" , player );
else if ((ModelID.tointeger() == 181))MessagePlayer ("[#E0E0E0]Bu ID arac icin degil" , player );
else if ((ModelID.tointeger() == 165))MessagePlayer ("[#E0E0E0]Bu ID arac icin degil" , player );
else {
local VehicleID=GetVehicleCount();
VehicleID+=1;
QuerySQL( Vehicles, "INSERT INTO Creation ( id, model, x, y, z, col1, col2, world, angle ) VALUES ( '"+VehicleID+"', '"+ModelID+"', '"+player.Pos.x+"', '"+player.Pos.y+"', '"+player.Pos.z+"', '"+ColID1+"', '"+ColID2+"', '"+WorldID+"', '"+player.Angle+"' )" );
QuerySQL( Vehicles, "INSERT INTO Sale ( ID, Cost, Owner, Shared, Shared2 ) VALUES ( '"+VehicleID+"', '"+Price+"', 'Sahibi satiliga cikardi', 'None', 'None' )" );
CreateVehicle(ModelID.tointeger(),WorldID.tointeger(),player.Pos, player.Angle,ColID1.tointeger(),ColID2.tointeger());
Message( "[#E0E0E0]Yetkili ["+player.Name+"] yeni arac ekledi, ID: "+VehicleID+"" );
player.Pos.z +6;
     }
     }
}

Dene bunu olmalı

Try this
Olmadı....happened....
Hala Aynı!
Still same!

#6
if (((tempposx &lt; radi)(tempposx &gt; -radi))((tempposy &lt; radi)(tempposy &gt; -radi))((tempposz &lt; radi)(tempposz &gt; -radi)))


cmd gives error!

Do you rewrite the code?

My browser is showing wrong! :( :( :(
#7
Script Showroom / Re: Vehicle System
Sep 15, 2018, 09:22 AM
I get an error Can you help? :( :(
Sorry English bad.

Server Version:04rel006