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

Topics - =RK=MarineForce

#21
class PlayerStats
{
level = 0;
}

function onScriptload()
{
db <- ConnectSQL( "DataBase.db" );
stats <- array( GetMaxPlayers(), null )
QuerySQL(db, "CREATE TABLE IF NOT EXISTS Stats( Name TEXT, KILLS NUMERIC, DEATHS NUMERIC, CASH NUMERIC, Level NUMERIC )
}

function LoadStats(player)
{
local q = QuerySQL( "SELECT * FROM Stats WHERE Name = '"+player.Name+"'" )
if ( q )
{
stats[player.ID].Level = GetSQLColumnData( q, 4)
}
}

else if ( cmd == "level" )
{
Stats[player.ID].level >= 7;
}

else if ( cmd == "levels")
{
if ( stats[player.ID].Level >= 7  )
{
MessagePlayer(" if show works so works",player);
}
else MessagePlayer(" works ",player);
}

bro i made this. for admin level. but it didn't working.
#22
Hello, Guyz u played vice war 7

flags in bike

so i want add flag into sanchez of Pakistan Flag <3

Its so Hard and i tried :'(

i don't understand

whats bugs in this?
function onPlayerRequestClass( player, classID, team, skin )
{
switch( skin )
    {
    case 83:
    {
SetSpawnPlayerPos(-1168, -617.437, 12.7852);
SetSpawnCameraPos( -1170.91, -617.551, 11.8277 );
SetSpawnCameraLook( -1170.91, -617.551, 11.8277 );
 player.PlaySound( 50001);
player.SetAnim(0,157);
 Announce( "Cuban #1", player, 0 );
    }
    break;
    case 84:
    {
 player.SetAnim(0,157);
 Announce( " Cuban #2", player, 0 );
    }
    break;
    case 85:
    {
 
        SetSpawnPlayerPos(-1185.25, 77.2132, 11.1281 );
SetSpawnCameraPos( -1194.83, 74.1243, 11.1281 );
SetSpawnCameraLook( -1194.83, 74.1243, 11.1281 );
 player.SetAnim(0,157);
 Announce( " Haitian #3", player, 0 );
    }
    break;
    case 86:
    {

 player.SetAnim(0,157);
 Announce( " Haitian #4", player, 0 );
    }
    break;
    case 83:
    {
 SetSpawnPlayerPos(-1168, -617.437, 12.7852);
SetSpawnCameraPos( -1170.91, -617.551, 11.8277 );
SetSpawnCameraLook( -1170.91, -617.551, 11.8277 );
 player.PlaySound( 50001);
player.SetAnim(0,157);
 Announce( "Cuban #1", player, 0 );
    }
    break;
    case 01:
    {
         SetSpawnPlayerPos(-1185.25, 77.2132, 11.1281 );
SetSpawnCameraPos( -1194.83, 74.1243, 11.1281 );
SetSpawnCameraLook( -1194.83, 74.1243, 11.1281 );
 player.SetAnim(0,157);
 Announce( " Haitian #3", player, 0 );
    }
    break;
    case 85:
    {
 
 Announce( "Team Cuban", player, 6 );
    }
    break;
 }
}

its working but not gud
 can u check it u try u will know what is bug ..
#23
Snippet Showroom / Cop System
Jul 22, 2018, 09:38 AM
Hello Guyz Today i m make a Cop System and some commands . so i m sharing it with You There are some more bugs i m sry for it .. i will remove that. i think its bad for you .. this is my first system its cop . its simple i think .

1. Commands

else if (cmd == "arrest") {
    if( !text ) MessagePlayer("[#ff0000]Error - /"+cmd+" Name/id", player );
    else if ( (player.Skin == 1) ||  ( player.Skin ==2 ) ) {
        local plr = text != "" ? IsNum( text ) ? FindPlayer( text.tointeger() ) : FindPlayer( text ) : player;
        if( !plr )MessagePlayer("Error - Unknown player", player );
       if (plr.Skin == 126 ) MessagePlayer(" This player is not surrender You can't arrest him ",player);  /// if this cmd is bug so remove this line .///
        else if ( plr.WantedLevel == 1 ) return MessagePlayer( RED+" This Player is Not Wanted",player );
            else if ( DistanceFromPoint( player.Pos.x, player.Pos.y , plr.Pos.x, plr.Pos.y ) < 5 ) {         //DistanceFromPoint( float x1, float y1, float x2, float y2 )
                plr.Pos = Vector(  380.759,-504.493, 9.39562 );
                NewTimer( "arresttime", 30000, 1, plr.ID );
plr.WantedLevel(0);
           
 
                Message( RED+"Cop "+player.Name+GREEN+" has Arrested "+LGREEN+plr.Name );
     MessagePlayer( RED+"You will be released from jail in thirty seconds",plr );
gate2.MoveTo(Vector(384.108, -505.87, 9.65089), 2500 );
               
                }
            else MessagePlayer(""+ plr.Name +" is far away.", player );
            }
            else MessagePlayer( " You need to be a cop",player );
        }

else if (cmd == "unarrest")
{
if ( (player.Skin == 1) ||  ( player.Skin ==2 ) )
{
if( !text ) MessagePlayer(" [#00ff00] Error - /"+cmd+" Name/id", player );
 local plr = text != "" ? IsNum( text ) ? FindPlayer( text.tointeger() ) : FindPlayer( text ) : player;
  if( !plr )MessagePlayer("Error - Unknown player", player );
plr.Pos = Vector(384.157, -506.481, 9.39822); Message(" [#ff0000]VCPD " + player.Name + " Relaise  " + plr.Name + "  From Jail");
}
else MessagePlayer(" [#00ff00] You need be in cop to use this cmd  ", player);
}

 
else if (cmd == "sus")
{
if ( (player.Skin == 1) ||  ( player.Skin ==2 ) )
{
if( !text ) MessagePlayer(" [#00ff00] Error - /"+cmd+" Name/id", player );
 local plr = text != "" ? IsNum( text ) ? FindPlayer( text.tointeger() ) : FindPlayer( text ) : player;
 if( !plr )MessagePlayer("Error - Unknown player", player );
 else if ( DistanceFromPoint( player.Pos.x, player.Pos.y , plr.Pos.x, plr.Pos.y ) < 250 ) {         //DistanceFromPoint( float x1, float y1, float x2, float y2 )
 Message(" [#00ffff] VCPD " + player.Name + " Suspected " + plr.Name + " ");
 Message(" (megaphone) [#0000ff] " + plr.Name + " surrender & we will open fire on you ");
 plr.WantedLevel(2);

 }
 else MessagePlayer(""+ plr.Name +" is far away.", player );
 }
 else MessagePlayer(" [#00ff00] You need be in cop to use this cmd  ", player);
}


else if ( cmd == "sur")
{
 player.IsFrozen = true;
 player.SetAnim(0,161);
player.Skin == 126;
Message(" [#0000ff] " + player.Name + " is surrendered ");
}

2. Functions
[code]function arresttime(p)
{
local plr = FindPlayer(p);
if (plr)
gate2.MoveTo(Vector(386.61, -503.117, 9.39561), 2500 );
MessagePlayer( RED+"**You have been released from jail",plr );
Message( RED+"** " + plr.Name + " Have been released From jail ");
}
On Player Pickup


    if ( pickup.Model == 375 )
      {
if ( player.WantedLevel > 1 )
{
player.Skin = 2;
player.Colour = RGB( 51, 51, 255 );
player.SetWeapon( 19, 70 );
player.SetWeapon( 25, 150 );
player.SetWeapon( 26, 150 );
}
else MessagePlayer(" You need to clean ur wanted level to join cop duty ", player);  // updated  there can be bug in new update i untested it so u can remove that if its called bug
}

    if ( pickup.Model == 508 )
      {
player.Skin = 2;
player.Colour = RGB( 51, 51, 255 );
player.SetWeapon( 19, 70 );
player.SetWeapon( 25, 150 );
player.SetWeapon( 26, 150 );
}

pickups put it on Scriptload

CreatePickup(375, Vector( -663.642, 755.534, 11.1044 ));
 CreatePickup(508, Vector( 508.699, 514.077, 12.109  ));
 CreatePickup(508, Vector( 399.177, -469.343, 11.7388 ));

Remember Put all in main.nut

untested i change admin cmd to wanted.

else if ( ( cmd == "wanted" ) || ( cmd == "admins" ) )
{
if( stats[ player.ID ].Log == false && stats[ player.ID ].Reg == false ) MessagePlayer( "You Need Login or Register First.", player );
else {
local plr, b;
for( local i = 0; i <= GetMaxPlayers(); i++ )
{
plr = FindPlayer( i );
if ( ( plr ) && ( plr.WantedLevel >= 1 )
{
if ( b ) b = b + ", " + plr.Name + " - plr.WantedLevel"
else b = plr.Name + " - " + WantedLevel( plr ) + ""
}
}
if ( b ) Message( " Wanted Players: [#FF8C00]" + b + "  " );
else Message( " No one wanted player" );
Message( " Requested By " + player.Name +"" );
}
}

Argent cmds

else if ( cmd == "ckick")
{
local plr = FindPlayer(text);
if(!text) MessagePlayer(" /" + cmd + " <Nick> ", player);
if ( player.Skin == 2 ) MessagePlayer(" You need to be a swat to kick a cop from duty ",player);
if ( !plr.Skin == 1 ) MessagePlayer(" He's isn't in cop duty ", player);
else{
plr.Skin == 126;
MessagePlayer(" You have been kicked from cop duty by  argent " + player.Name + " ",player);
MessagePlayer(" You kicked " + plr.Name + " From Cop Duty ",plr);
plr.Disarm();
}
}



else if ( cmd == "cdisarm")
{
local plr = FindPlayer(text);
if(!text) MessagePlayer(" /" + cmd + " <Nick> ", player);
if ( player.Skin == 2 ) MessagePlayer(" You need to be a argent  to disarm a cop ",player);
if ( !plr.Skin == 1 ) MessagePlayer(" He's isn't in cop duty ", player);
else{
MessagePlayer(" You have been Disarmed from cop duty by  argent " + player.Name + " ",player);
plr.Disarm();
}
}

else if ( cmd == "cpromote")
{
local plr = FindPlayer(text);
if(!text) MessagePlayer(" /" + cmd + " <Nick> ", player);
if ( player.Skin == 2 ) MessagePlayer(" You need to be a argent  to Promote a cop ",player);
if ( !plr.Skin == 1 ) MessagePlayer(" He's isn't in cop duty ", player);
else{
MessagePlayer(" You have been Promoted to Swat by  argent " + player.Name + " ",player);
plr.Skin == 2;
plr.Cash == 15000;
}
}




You can Make a Rank Agent from admin levels.


i'm Updating System i thinks it got some bugs u can fix it i untested new update
#24
hello guyz i need pizza job

and

cop system arrest suspect radio cuff etc. i have made all but bad. bcz guyz i m going to make a simple roleplay server if u help me its cool.

so plz don't ingore me :(
#25
Hello Guyz i need a help of Car System .. Vehicle system

/buycar /sellcar and for admins /addcar CarID only.

Look like LittleWhitey SERVER  vehicle system

if u can't give me it so

Buy cars from Sunshine
#26
Hello, Guyz i need a help.

can u give me Diepos on system i mean,

when Players die. if he spawn player pos = where he die.

and with cmd
else if ( cmd == "diepos" )
{
if(!text) MessagePlayer(" /diepos on and off ", player);
case"on"
{
}
calse"off"
{
}
}
 can u give me this?
don't understand i think sorry.

and irc system
#27
Snippet Showroom / Some commands
May 12, 2018, 08:46 AM
Untested
else if ( cmd == "fps" )
{
if ( !text ) MessagePlayer( "Syntax, /" + cmd + " <Nick/ID>", player );
else {
local plr = FindPlayer( text );
if ( !plr ) MessagePlayer( "[#FF0000]Unknown Player..", player );
else{
Message(" [#00ffff] " + plr.Name + " FPS " + plr.FPS + " ")
}
}
}

else if ( cmd == "ping" )
{
if ( !text ) MessagePlayer( "Syntax, /" + cmd + " <Nick/ID>", player );
else {
local plr = FindPlayer( text );
if ( !plr ) MessagePlayer( "[#FF0000]Unknown Player..", player );
else{
Message(" [#00ffff] " + plr.Name + " Ping " + plr.Ping + " ")
}
}
}


if ( cmd == "spec" )
     {
          local plr = FindPlayer( text );
          if ( !plr.IsSpawned ) MessagePlayer( "[#FF0000]The Player hasn't spawned yet..", player );
          if ( !plr ) MessagePlayer( "Error: [#0000ff] Player '" + text + "' is not online.", player );
          else player.SpectateTarget = plr;
     }

if ( cmd == "exitspec" )
     {
player.SpectateTarget = false;
     }

if u found any bug plz report me :P

Enjoy!
#28
can some one give me Country system? Thats Work
#29
Scripting and Server Management / Script Help
Apr 27, 2018, 10:52 AM
else if ( ( cmd == "admin" ) || ( cmd == "admins" ) )
{
if( stats[ player.ID ].Log == false && pstats[ player.ID ].Reg == false ) MessagePlayer( "You Need Login or Register First.", player );
else {
local plr, b;
for( local i = 0; i <= GetMaxPlayers(); i++ )
{
plr = FindPlayer( i );
if ( ( plr ) && ( stats[ plr.ID ].Level >= 3 ) )
{
if ( b ) b = b + ", " + plr.Name + " - " + LevelTag( plr ) + ""
else b = plr.Name + " - " + LevelTag( plr ) + ""
}
}
if ( b ) Message( " [#0000FF] Admins Online: " + b + "  " );
else Message( " [#0000FF] No Admins Online." );
Message( " [#FFFF00] Requested By " + player.Name +"" );
}
}

I THINK this cmd is working good!

but if i type /admin serror showing status..

i don't have functions! :'(
#30
Hello guyz can u give me command wep + price and spawnwep for me plz?
#31
General Discussion / Help
Apr 24, 2018, 12:56 PM
How can i get FREE VPS AND HOST? VCMP

can u help me ?? :-\
#32
Snippet Showroom / [good Luck]
Jan 24, 2018, 10:56 AM
Holla Players :
                       Credits ( =RK=MarineForce || =TSS=Ali_Ahmed )
i m added in main.nuts all. i hope its work for you
add this on script load

g <- false;
 gate2 <- CreateObject( 3685, 1, 384.108, -505.87, 9.65089, 255 );
i m not make this object
const RED = "[#FF0000]";
const PINK = "[#FF1493]";
const ORANGE = "[#FF8C00]";
const YELLOW = "[#FFD700]";
const PURPLE = "[#9400D3]";
const LGREEN = "[#32CD32]";
const GREEN = "[#008000]";
const DGREEN = "[#006400]";
const BLUE = "[#0000FF]";
const DBLUE = "[#00008B]";
const LBLUE  = "[#1A6EFF]";
const BROWN = "[#8B4513]";
const WHITE = "[#FFFFFF]";


function arresttime(p)
{
local player = FindPlayer(p);
if (plr)
plr.Pos = Vector(394.654, -495.409, 10.8694);
MessagePlayer( RED+"**You have been released from jail",plr );
}

add this on main.nut on player command

else if (cmd == "arrest") {
    if( !text ) MessagePlayer("[#ff0000]Error - /"+cmd+" Name/id", player );
    else if ( (player.Skin == 1) ||  ( player.Skin ==225 ) ) {
        local plr = text != "" ? IsNum( text ) ? FindPlayer( text.tointeger() ) : FindPlayer( text ) : player;
        if( !plr )MessagePlayer("Error - Unknown player", player );
        else if ( plr.WantedLevel == 1 ) return MessagePlayer( RED+" This Player is Not Wanted",player );
            else if ( DistanceFromPoint( player.Pos.x, player.Pos.y , plr.Pos.x, plr.Pos.y ) < 5 ) {         //DistanceFromPoint( float x1, float y1, float x2, float y2 )
                plr.Pos = Vector(  392.96, -506.26, 9.39 );
                NewTimer( "arresttime", 30000, 1, plr.ID );;
                MessagePlayer( RED+"You will be released from jail in thirty seconds",plr );
                Message( RED+"Police "+player.Name+GREEN+" has Arrested "+LGREEN+plr.Name );
                }
            else MessagePlayer(""+ plr.Name +" is far away.", player );
            }
            else MessagePlayer( " You need to be a cop",player );
        }

else if (cmd == "unarrest")
{
if ( (player.Skin == 1) ||  ( player.Skin ==225 ) )
{
if( !text ) MessagePlayer(" [#00ff00] Error - /"+cmd+" Name/id", player );
 local plr = text != "" ? IsNum( text ) ? FindPlayer( text.tointeger() ) : FindPlayer( text ) : player;
  if( !plr )MessagePlayer("Error - Unknown player", player );
plr.Pos = Vector(384.157, -506.481, 9.39822); Message(" [#ff0000]VCPD " + player.Name + " Relaise  " + plr.Name + "  From Jail");
}
else MessagePlayer(" [#00ff00] You need be in cop to use this cmd  ", player);
}

 
else if (cmd == "sus")
{
if ( (player.Skin == 1) ||  ( player.Skin ==225 ) )
{
if( !text ) MessagePlayer(" [#00ff00] Error - /"+cmd+" Name/id", player );
 local plr = text != "" ? IsNum( text ) ? FindPlayer( text.tointeger() ) : FindPlayer( text ) : player;
 if( !plr )MessagePlayer("Error - Unknown player", player );
 else if ( DistanceFromPoint( player.Pos.x, player.Pos.y , plr.Pos.x, plr.Pos.y ) < 250 ) {         //DistanceFromPoint( float x1, float y1, float x2, float y2 )
 Message(" [#00ffff] VCPD " + player.Name + " Suspected " + plr.Name + " ");
 Message(" (megaphone) [#0000ff] " + plr.Name + " surrender & we will open fire on you ");
 plr.SetRobskills(player,GetRobskills(player)+1);
 gate2.MoveTo(Vector(384.108, -505.87, 9.65089), 2500 );
 }
 else MessagePlayer(""+ plr.Name +" is far away.", player );
 }
 else MessagePlayer(" [#00ff00] You need be in cop to use this cmd  ", player);
}


else if ( cmd == "sur")
{
 player.IsFrozen = true;
 player.SetAnim(0,161);
Message(" [#0000ff] " + player.Name + " is surrender ");
}


you can give me cops and server script Plese,
i wanted,
:D :P WTF.

i wanted in all server yatch move lighthouse to Downtown
#33
General Discussion / Help Plese
Dec 08, 2017, 07:49 AM
:'( :'( :'( :'( :'(

Hey Guyz i am run own server and i am tried to join him

VCMP Error

Server Name " Anik's Registration System ETC.

Errror " Version used by server is not installed and failed to installed.

CRY Some Body Help me :-[ :'(
#34
General Discussion / Error Help Help
Dec 04, 2017, 05:00 PM
D:/Vice City Multiplayer/MSVCP120.DLL is either not designed to run on windows or it contians and error . Try installing the program agian using the original installation media or contact your system administrator or the software vendor for support.

5 Days ago i am can't play VCMP CRY Stormeus help. :'(
#35
General Discussion / Khattaks Hosting
Oct 01, 2017, 12:53 AM
Website http://vcmphostingmrdk.boards.net/
 
WELCOME HERE TO YOUR VC-MP & LU-MP HOST SERVICE PROVIDER
===============================================



DEAR CUSTOMERS THIS WEBSITE HOSTING VCMP & LUMP IS FREE OF COST NO LAG NO BUG


HOSTIME 24 HOURS SERVICE

#36
Clans and Families / WRS Clan
Sep 28, 2017, 10:54 AM
      =WRS= WaRriorS Clan Apply Now !

 WrS Clan had been ended since 2014 But We have been Revived WrS clan Again ! , And It Will never Close Again , Come Now And Apply , We are working hard to make WrS Bigger !
________________________________________
1- Clan Name :                        Warriors
________________________________________________
2- Clan Tag               : Full Member : [WRS] , =WRS= , [Wrs]

Rookie Member : [WRS-r] , =WRS-r=

Trainee Member : [WRS-t] , =WRS-t=


________________________________________________________
3- Leader(S)             : [WRS]qaraX
_______________________________________________________________
4- Moderators           : =WrS=HossamYasser , MegaMind
________________________________________________________________________
5- Fourm                   : https://wrswarriors.smfnew2.com Join Page  : https://wrswarriors.smfnew2.com/joining-application Rules : https://wrswarriors.smfnew2.com/information/rules/
_______________________________________________________________________________
6- Fourm Admin(s)   : [WRS]qaraX ...Waqar Butt...
____________________________________________________________________________________
7- WrS Members       : =WrS= Nomi , MegaMind , Max_Usman , Bilal, Jam , Islam , Nayem And Nebula
#37
Clans and Families / RK
Sep 17, 2017, 03:18 PM


=RK=MarineForce^_^  

     
=RK=DeAtHMaChInE

NONE

[RK]SidKom 
[RK]Xbuta 


[RK]DeAtHMaChInE 
[RK]MarineForce 
[RK]sheep 
[RK]banana 
[RK]Patter
[RK]Santigo15_pro 
[RK]Amir
[RK]Nimitz(kicked)
[RK][Snoopi
[RK]MariAmi


=RK_R=ZBB 
=RK_R=Aquairs 
=RK_R=SSD 
=RK_R=Redux
[RKt]Elvion


Information
Forum: http://rk.smfnew2.com
Currently leading by: MarineForce with DeathMachine & NimitZ
Total Killer's: 6 (including leaders)
Roaster Credits:
Rank Logo's made by DeathMachine
Topic made by Luchgox & MarineForce =RK=DeathMachine

History
Founded by MarineForce few weeks ago.

Total Members :  ???
#38
Script and Content Requests / hey guyz :P
Aug 15, 2017, 02:49 AM
Hey guyz i have problem

i can't add ADM SCRIPT on Cloudwards .ES how to add this ??? :P :'( OR fast furious  Script can help " pls

Can Help me "




#39
Servers / TBB Server
Aug 14, 2017, 12:54 AM
The Bad boys offical server

8) :) ;) :D ;D :'(

Credits MarineForce

Helper UFt.LUchGox


Server Name : The Bad boys offical server [Cloudwards Hosting]

Server IP 178.32.116.43:8896


#40
HAHAAHAHAH