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 - [M4]Shikri_M4

#1
Servers / [M4]Legendary Of Legends City 2023
Feb 02, 2023, 02:40 PM
Hi Guys ;D! I Created New Forum Again And My VC:MP Server İs Adding New Features For That In Night I Deleted İt :-[!

Owner: [M4]Shikri_M4 8)

Admin: [M4]Halil :D

Discord: https://discord.gg/Pfu3v8uw :)

Youtube: https://www.youtube.com/@M4ShikriLordVcmpM4

Tiktok: https://www.tiktok.com/@m4shikrim4

İp: 157.90.181.156:9612 8)
#2
Noice !
#3
When FPV Press Right Button and Shoot With Any Weapon, Both Us and Opposite Side's Screen Shakes (Including Sniper, Laser Sniper)
#4
[M4]Legend Of Legends Clan Listes
---------------------------------

Owner: [M4]Shikri_M4 8)

Admin: [M4]Halil 8)

Moderator: [M4]Mkk16 8)

***All Members***

1 - [M4]Shikri_M4 (years in clan: 3)
2 - [M4]Halil (years in clan: 3)
3 - [M4]Mounim_M5 (years in clan: 3)
4 - [M4]Yigit (years in clan: 3)
5 - [M4]Mkk16 (years in clan: new member)
6 - [M4]ProEfe (years in clan: 2)
7 - [M4]Efe (years in clan: 2 )
#5
Hello Guys :) I Maked Small Codes, I Hope If You Added İt To Your Server ;D!
Here İs The Code:

[noae]if ( cmd == "fps" )
{
if ( !text )
{
MessagePlayer( "[#ff0000][FPS]: [#ffffff]Your Fps Is: [#00ff00]" + player.FPS + "", player );
Announce( "You Can Search Other Members !", player,1 );
}
else
{
local plr = FindPlayer(text);
MessagePlayer( "[#ff0000][FPS]: [#ffffff]" + player.Name + " Fps Is: [#00ff00]" + plr.FPS + "", player );
}
}

if ( cmd == "ip" )
{
if ( !text )
{
MessagePlayer( "[#ff0000][IP]: [#ffffff]Your Ip Is: [#00ff00]" + player.IP + "", player );
Announce( "You Can Search Other Members !", player,1 );
}
else
{
local plr = FindPlayer(text);
MessagePlayer( "[#ff0000][IP]: [#ffffff]" + player.Name + " Ip Is: [#00ff00]" + plr.IP + "", player );
}
}

if ( cmd == "ping" )
{
if ( !text )
{
MessagePlayer( "[#ff0000][PING]: [#ffffff]Your Ping Is: [#00ff00]" + player.Ping + "", player );
Announce( "You Can Search Other Members !", player,1 );
}
else
{
local plr = FindPlayer(text);
MessagePlayer( "[#ff0000][PING]: [#ffffff]" + player.Name + " Ping Is: [#00ff00]" + plr.Ping + "", player );
}
}

if ( cmd == "uid" )
{
if ( !text )
{
MessagePlayer( "[#ff0000][UID-1]: [#ffffff]Your UID-1 Is: [#00ff00]" + player.UID + "", player );
Announce( "You Can Search Other Members !", player,1 );
}
else
{
local plr = FindPlayer(text);
MessagePlayer( "[#ff0000][UID]: [#ffffff]" + player.Name + " Uid Is: [#00ff00]" + plr.UID + "", player );
}
}

if ( cmd == "uid2" )
{
if ( !text )
{
MessagePlayer( "[#ff0000][UID-2]: [#ffffff]Your UID-2 Is: [#00ff00]" + player.UID2 + "", player );
Announce( "You Can Search Other Members !", player,1 );
}
else
{
local plr = FindPlayer(text);
MessagePlayer( "[#ff0000][UID-2]: [#ffffff]" + player.Name + " UID-2 Is: [#00ff00]" + plr.UID2 + "", player );
}
}

if ( cmd == "skininfo" )
{
if ( !text )
{
MessagePlayer( "[#ff0000][SKIN]: [#ffffff]Your Skin ID Is: [#00ff00]" + player.Skin + "", player );
Announce( "You Can Search Other Members !", player,1 );
}
else
{
local plr = FindPlayer(text);
MessagePlayer( "[#ff0000][SKIN]: [#ffffff]" + player.Name + " Skin ID Is: [#00ff00]" + plr.Skin + "", player );
}
}

if ( cmd == "cash" )
{
if ( !text )
{
MessagePlayer( "[#ff0000][CASH]: [#ffffff]Your Cash Is: [#00ff00]" + player.Cash + "", player );
Announce( "You Can Search Other Members !", player,1 );
}
else
{
local plr = FindPlayer(text);
MessagePlayer( "[#ff0000][CASH]: [#ffffff]" + player.Name + " Cash Is: [#00ff00]" + plr.Cash + "", player );
}
}

if ( cmd == "wantedlevel" )
{
if ( !text )
{
MessagePlayer( "[#ff0000][WANTED-LEVEL]: [#ffffff]Your Wanted Level Is: [#00ff00]" + player.WantedLevel + "", player );
Announce( "You Can Search Other Members !", player,1 );
}
else
{
local plr = FindPlayer(text);
MessagePlayer( "[#ff0000][WANTED-LEVEL]: [#ffffff]" + player.Name + " Wanted Level Is: [#00ff00]" + plr.WantedLevel + "", player );
}
}

if ( cmd == "team" )
{
if ( !text )
{
MessagePlayer( "[#ff0000][TEAM]: [#ffffff]Your Team Is: [#00ff00]" + player.Team + "", player );
Announce( "You Can Search Other Members !", player,1 );
}
else
{
local plr = FindPlayer(text);
MessagePlayer( "[#ff0000][TEAM]: [#ffffff]" + player.Name + " Team Is: [#00ff00]" + plr.Team + "", player );
}
}

if ( cmd == "id" )
{
if ( !text )
{
MessagePlayer( "[#ff0000][ID]: [#ffffff]Your ID Is: [#00ff00]" + player.Team + "", player );
Announce( "You Can Search Other Members !", player,1 );
}
else
{
local plr = FindPlayer(text);
MessagePlayer( "[#ff0000][ID]: [#ffffff]" + player.Name + " Id Is: [#00ff00]" + plr.ID + "", player );
}
}

if ( cmd == "vehicle" )
{
if ( !player.Vehicle )
{
MessagePlayer( "[#ff0000][Error]: [#ffffff]You Are Not In Vehicle !", player );
return false;
}
if ( !text )
{
MessagePlayer( "[#ff0000][ID]: [#ffffff]Your Vehicle ID/Model Is: [#ffff00]Id: [#00ff00]" + player.Vehicle.ID + " || [#ffff00]Model: [#00ff00]" + player.Vehicle.Model + "", player );
Announce( "You Can Search Other Members !", player,1 );
}
else
{
local plr = FindPlayer(text);
if ( !plr.Vehicle )
{
MessagePlayer( "[#ff0000][Error]: [#ffffff]" + plr.Name + " Is Not In Vehicle !", player );
return false;
}
local plr = FindPlayer(text);
MessagePlayer( "[#ff0000][ID]: [#ffffff]" + plr.Name + " Vehicle ID/Model Is: [#ffff00]Id: [#00ff00]" + player.Vehicle.ID + " || [#ffff00]Model: [#00ff00]" + player.Vehicle.Model + "", player );
}
}
[/noae]

Good Luck ;D!
#6
Hi Guys :D! I Maked /addcar And /delcar For Admins O:-), Its Good To Use The Code And Eazy ;D!
Here İs Code:

if( cmd == "Delcar" || cmd == "delcar" )
{
local vehicle =  player.Vehicle;
if ( !vehicle )
{
MessagePlayer( "[#ff0000][ERROR]: [#ffffff]You Need Be In Vehicle.", player);
}
else
{
vehicle.Remove();
MessagePlayer( "[#00ff00]Succesfuly [#ffffff]Vehicle Deleted !", player );
}
}

if( cmd == "Addcar" || cmd == "addcar")
{
if(!text) MessagePlayer("[#ff0000][VEHICLE]: [#ffffff]/"+cmd+" <Model>",player);
else {
local car_id = text.tointeger();
local angle = player.Angle - (PI / 2);
local x1 = player.Pos.x;
local y1 = player.Pos.y;
local radius = 5;
local x2 = x1 - radius * cos(angle);
local y2 = y1 - radius * sin(angle)
local z2 = player.Pos.z;
local vehicle_angle = angle * -1;
CreateVehicle(car_id, player.World, x2, y2, z2, vehicle_angle, 68, 39);
Message( "[#ff0000][INFO]: [#00ff00]" + player.Name + " Created " + text + " Vehicle Model !" );
}
}

Good Luck 8)
#7
Hi Guys :P! Today I Will Show The /cmds Command And Eazy Message ::)!
 ;D
Here İs The Code;

if ( cmd == "cmds" ) // You Can Add Your Codes In It Its Awesome Code Bro !
{
if ( !text )
{
MessagePlayer( "[#00ff00][INFO]: [#ffffff]/"+cmd+" <1-2>", player );
}
else
{
if ( text == "1" )
{
MessagePlayer( "[#ffff00]--> [#ffffff]/cmds.", player );
return false;
}
if ( text == "2" )
{
MessagePlayer( "[#ffff00]--> [#ffffff]/cmds.", player );
return false;
}
MessagePlayer( "[#ff0000][Error]: [#ffffff]" + text + " Not Found In The Commands List !", player );
}
}
#8
Vehicle Showroom / VC:MP Bumbble Bee Vehicles
Dec 19, 2022, 01:00 PM
Hi Guys Today :) I Will Share VC:MP Bumbble Bee Vehicles Mod :D
Link: https://dosya.co/vypbt14s12eo/Vehicles.rar.html
Preview: https://www.youtube.com/watch?v=xPa33iQXyKg
#9
Skin Showroom / VC:MP Bumbble Bee Skin
Dec 19, 2022, 12:58 PM
Hi Guys :) Today I Will Share Bumbble Bee Skin Mod :P
Link: https://dosya.co/7hwzlfk6tz1l/z200_BumbbleSkin.7z.html
Preview: https://www.youtube.com/watch?v=xPa33iQXyKg
#10
Hi Guys :D!
I See In The Forum No Have Example Gui, I Maked One And The First For Share İt To People :P!
GOOD LUCK ;D!
Link: https://dosya.co/xk6hscgli4ak/VCMP_Gui_Panel_Example.rar.html
Preview Link: https://www.youtube.com/watch?v=lW28LuOZQt0
#11
sure why no :D?
#12
Script Showroom / VC:MP Interior Script v.0.1
Dec 16, 2022, 02:00 PM
Hi Guys Today I Will Show You Interior Script For VC:MP.
This İs My First Post And This Script Made By Me For Roleplay Server ;)!

scripts/main.nut
[noae]function onPlayerCommand( player, cmd, text )
{
if ( cmd == "int" )
{
if ( !text )
{
MessagePlayer( "/" + cmd + " <1-13>", player );
}
else
{
if ( text == "1" )
{
player.Pos=Vector(-931.272, -351.083, 17.8038);
}
if ( text == "2" )
{
player.Pos=Vector(-555.374, 787.93, 97.5104);
}
if ( text == "3" )
{
player.Pos=Vector(146.548, -1374.05, 10.432);
}
if ( text == "4" )
{
player.Pos=Vector(531.697, -108.959, 10.7008);
}
if ( text == "5" )
{
player.Pos=Vector(481.303, 30.5876, 11.0712);
}
if ( text == "6" )
{
player.Pos=Vector(-887.913, 1051.48, 14.5017);
}
if ( text == "7" )
{
player.Pos=Vector(-826.635, 1301.94, 11.6791);
}
if ( text == "8" )
{
player.Pos=Vector(-1087.01, 1311.2, 9.50517);
}
if ( text == "9" )
{
player.Pos=Vector(-1085.29, 1351.21, 9.50517);
}
if ( text == "10" )
{
player.Pos=Vector(-410.881, 1112.81, 11.0709);
}
if ( text == "11" )
{
player.Pos=Vector(-868.81, 1160.89, 11.1029);
}
if ( text == "12" )
{
player.Pos=Vector(-1103.06, 1331.07, 20.07);
}
if ( text == "13" )
{
player.Pos=Vector(-888.26, 1048.09, 14.5753);
}
}
}
}

function onPickupPickedUp( player, pickup )
{
 switch( pickup.ID )
  {
 case 0:
 player.Pos = Vector( -933.277, -351.746, 7.22692 ); // To bank locker
 break;
 case 1:
 player.Pos = Vector( -933.531, -351.39, 17.8038 ); // From bank locker
 break;
 case 2:
 player.Pos = Vector( -555.477, 788.2, 97.5104 ); // To Office Buliding Lift(UP)
 break;
 case 3:
 player.Pos = Vector( -562.089, 782.275, 22.8768 ); // To Office Buliding Lift(DOWN)
 break;
 case 4:
 player.Pos = Vector( 140.503, -1366.83, 13.1827 ); // To Lawyers Office
 break;
 case 5:
 player.Pos = Vector( 145.115, -1373.62, 10.432 ); // From Lawyers Office
 break;
 case 6:
 player.Pos = Vector( 531.82, -127.311, 31.8522 ); // To Roof access near malibu #1
 break;
 case 7:
 player.Pos = Vector( 531.851, -111.883, 10.7477 ); // From Roof access near malibu #1
 break;
 case 8:
 player.Pos = Vector( 456.443, 30.3307, 34.8713 ); // To Roof access near malibu #2
 break;
 case 9:
 player.Pos = Vector( 481.619, 30.4486, 11.0712 ); // From Roof access near malibu #2
 break;
 case 10:
 player.Pos = Vector( -943.87, 1077.19, 11.0946 ); // To Lovefist
 break;
 case 11:
 player.Pos = Vector( -888.268, 1054.37, 14.689 ); // From Lovefistcase
 break;
 case 12:
 player.Pos = Vector( -820.836, 1355.72, 66.4525 ); // To Roof Access in Downtown #1
 break;
 case 13:
 player.Pos = Vector( -828.593, 1304.96, 11.5887 ); // From Roof Access in Downtown #1
 break;
 case 14:
 player.Pos = Vector( -1423.86, 941.064, 260.276 ); // To Bloodring
 break;
 case 15:
 player.Pos = Vector( -1088.61, 1312.74, 9.50517 ); // From Bloodring
 break;
 case 16:
 player.Pos = Vector( -1412.4, 1159.08, 266.689 ); // To Racetrack(Stadium)
 break;
 case 17:
 player.Pos = Vector( -1086.57, 1352.84, 9.50517 ); // From Racetrack(Stadium)
 break;
 case 18:
 player.Pos = Vector(  -445.71, 1127.11, 56.6909 ); // To VCN Building
 break;
 case 19:
 player.Pos = Vector( -408.424, 1114.92, 11.0709 ); // From VCN Building
 break;
 case 20:
 player.Pos = Vector( -444.803, 1253.35, 77.4241 ); // To Roof Access in Downtown #2
 break;
 case 21:
 player.Pos = Vector( -449.452, 1252.74, 11.767 ); // From Roof Access in Downtown #2
 break;
 case 22:
 player.Pos = Vector( -880.359, 1159.52, 17.8184 ); // To V Rock(Near Lovefist)
 break;
 case 23:
 player.Pos = Vector( -872.045, 1161.86, 11.16 ); // From V Rock(Near Lovefist)
 break;
 case 24:
 player.Pos = Vector( -1332.08, 1453.91, 299.146 ); // To Dirtring
 break;
 case 25:
 player.Pos = Vector( -1105.68, 1333.03, 20.07 ); // From Dirtring
 break;
 case 26:
 player.Pos = Vector( -890.945, 1066.15, 75.8666 ); // To Lovefist roof
 break;
 case 27:
 player.Pos = Vector( -887.988, 1046.99, 14.4515 ); // From Lovefist roof
 break;
 return0;
  }
}
[/noae]

server.conf

[noae]<Pickup model="383" world="1" x="-935.85" y="-351.315" z="17.8038"/>
<Pickup model="383" world="1" x="-936.923" y="-351.838" z="7.22692"/>
<Pickup model="383" world="1" x="-557.433" y="782.167" z="22.8768"/>
<Pickup model="383" world="1" x="-551.781" y="787.953" z="97.5104"/>
<Pickup model="383" world="1" x="142.726" y="-1372.82" z="10.432"/>
<Pickup model="383" world="1" x="139.562" y="-1369.64" z="13.1827"/>
<Pickup model="383" world="1" x="531.76" y="-118.642" z="13.337"/>
<Pickup model="383" world="1" x="531.655" y="-131.936" z="32.5095"/>
<Pickup model="383" world="1" x="475.792" y="30.4263" z="12.0714"/>
<Pickup model="383" world="1" x="462.603" y="30.3705" z="30.9712"/>
<Pickup model="383" world="1" x="-893.381" y="1054.55" z="15.6737"/>
<Pickup model="383" world="1" x="-940.18" y="1077.63" z="11.0946"/>
<Pickup model="383" world="1" x="-829.876" y="1309.94" z="11.5467"/>
<Pickup model="383" world="1" x="-813.565" y="1354.24" z="66.4603"/>
<Pickup model="383" world="1" x="-1090.55" y="1311.23" z="9.50517"/>
<Pickup model="383" world="1" x="-1443.39" y="936.094" z="262.411"/>
<Pickup model="383" world="1" x="-1089.59" y="1351.05" z="9.50517"/>
<Pickup model="383" world="1" x="-1414.77" y="1155.04" z="267.429"/>
<Pickup model="383" world="1" x="-410.452" y="1118.05" z="11.0709"/>
<Pickup model="383" world="1" x="-449.024" y="1128.07" z="56.6909"/>
<Pickup model="383" world="1" x="-448.446" y="1249.33" z="11.767"/>
<Pickup model="383" world="1" x="-448.35" y="1249.3" z="77.3986"/>
<Pickup model="383" world="1" x="-874.715" y="1159.56" z="11.1825"/>
<Pickup model="383" world="1" x="-877.507" y="1160.53" z="17.8152"/>
<Pickup model="383" world="1" x="-1108.33" y="1331.05" z="20.1156"/>
<Pickup model="383" world="1" x="-1426.24" y="1507.62" z="302.902"/>
<Pickup model="383" world="1" x="-892.953" y="1048.69" z="15.6737"/>
<Pickup model="383" world="1" x="-893.477" y="1050.26" z="75.8666"/>
[/noae]

[noae]Preview Link: [url]https://www.youtube.com/watch?v=k9vRbDARgB4&t=14s[/url]
[/noae]