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 - FinchDon

#21
Off-Topic General / Vice City
Aug 24, 2015, 02:00 AM
Hello friends i am working on my vice city new particles cars etc but i wanna knnow how i create a mission i know there is builder called ViceBuilder which create mission but i dont know hpw can anyone tell me?
#22
Scripting and Server Management / HP ADDon
Aug 20, 2015, 03:35 PM
I saw Ksna Random Cash system i so made like that but didn't work :-\

There is Code

randhp <- [ 10, 20, 25, 30, 35, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100 ];
function onPlayerKill( killer, player, weapon, reason )
{
   local a = randhp[rand()% randhp.len()]
   killer.Health + a ;
   ePrivMessage( "Health Add on " + a + ".", killer );
}
#23
Guyz i m updating my script so thoughout one update but don't know how to make it work able that when playerjoin then player playing 1 hour in server he get 100000 where i add timer for player?
#24
Snippet Showroom / Give heal Command
Aug 15, 2015, 03:10 PM
Hello Friends Whasup? I am going to share Give heal Command With you guyz

What is in it? : It will able every friend to heal his friend for only 250$

Here is the code

else if ( cmd == "giveheal" )
{
if ( !text ) PrivMessage( player, "Use /giveheal <Nick/ID>" );
     local plr = FindPlayer( GetTok( text, " ", 1 ) );
     if ( !plr ) PrivMessage( player, "Unknown Player.." );
     else if ( plr.Health == 100 ) PrivMessage( player, " " + plr.Name + " Dont need to be healed" );
else if ( player.Cash < 250 ) PrivMessage( player, "You need $250 to heal " + plr.Name + "." );
else {
      plr.Health = 100;
PrivMessage( plr, "Healed by " + player.Name + "." );
Message( " " + player.Name + " has healed " + plr.Name + "." );
player.Cash -= 250;
      }
}
function GetTok(string, separator, n, ...)
{
    local m = vargv.len() > 0 ? vargv[0] : n,
          tokenized = split(string, separator),
          text = "";
   
    if (n > tokenized.len() || n < 1) return null;
    for (; n <= m; n++)
    {
        text += text == "" ? tokenized[n-1] : separator + tokenized[n-1];
    }
    return text;
}
 
function NumTok(string, separator)
{
    local tokenized = split(string, separator);
    return tokenized.len();
    local s = split(string, separator);
    return s.len();
}


Share, Enjoy

Updated :)
#25
Clans and Families / [VP] Vice Phantoms
Aug 14, 2015, 06:17 AM
Homepage: http://vss-clan.ml/
Country: International
Clan tags: [VP] [VP_T] [VP_R]
IRC Channel: #vp-clan on LUnet



Full Member


FinchDon




Rookie


Trainee

Wolf
Dragon

Note Only Pro Player in Fighting can apply



[VP]
#26
General Discussion / Bye
Aug 06, 2015, 02:52 PM
Hello Sorry But I know you all are angry on me but i am now permanently leaving vcmp no new nicks Pietersen, PyschoKiller, Shawn Bye I will play game without multiplayer thanks to guys who was my friends :'(