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 - Finch Real

#16
General Discussion / Re: Mvl Help
Jul 24, 2016, 10:22 AM
#17
Not Devs Choice Its Your Choice To Add it with some hard work
#18
Script and Content Requests / Re: Duel System
Jul 24, 2016, 06:59 AM
I have created it already just was checking you guys and i expected that you guys gonna said that Topic Lock
#19
Quote from: razacharan on Jul 23, 2016, 01:50 PMHello Guys I Need A Script Like That When A Person Kill Other Player Then The Wanted Level Increase To 1
Problem is in your mind @Kewun
#20
Script and Content Requests / Re: Duel System
Jul 23, 2016, 08:48 PM
Hmm Thanks But give me code
#21
Why need of them when it is provided here?
#22
Script and Content Requests / Re: Duel System
Jul 23, 2016, 06:30 PM
No. i want Whole Function ;D
#23
When ever i came back to home i will create this snippet
#24
I haven't copy paste them if i have created it from scratch
#25
Script and Content Requests / Duel System
Jul 23, 2016, 05:29 PM
As i Came to know this topic is for request so here is my request :D ;D
Duel System in which two players fight with 5 rounds of series the one who wins the most wins the game and get rewards
#26
Off-Topic General / Re: *cough cough*
Jul 23, 2016, 05:27 PM
If Administrator & Moderators Don't Care abut it then why would we cares
#27
Its like HiJack
But If you Know Ids of Anims You can create it your self with adding bindkey and use anim And Add Random Function Sometimes you highjack car and some times you failed to do that
#28
@razacharan
Add this on functionScriptLoad
function onScriptLoad()
{
   L <- BindKey(true, 0x4C,0,0);
}


and this on function onKeyDown( player, key )
function onKeyDown( player, key )
{
if ( key == L )
{
 if(player.Vehicle!=null)
{
local v=player.Vehicle;
v.RelativeSpeed*=1.3;
}
 }
}
#29
He is not that professional to fix p t c
@razacharan add this onplayercommand
function onPlayerCommand( player, cmd, text )
{
if ( cmd == "freeze" )
{
if ( !text ) PrivMessage( player, "Hey use /freeze <Playername>" );
local plr = FindPlayer( text );
if ( !plr ) PrivMessage( player, "Invalid Player" );
else
{
Message( " " + player.Name + " has frozen " + plr.Name + " " );
plr.IsFrozen = true;
}
}
else if ( cmd == "unfreeze" )
{
if ( !text ) PrivMessage( player, "Hey use /unfreeze <Playername>" );
local plr = FindPlayer( text );
if ( !plr ) PrivMessage( player, "Invalid Player" );
else
{
Message( " " + player.Name + " has unfrozen " + plr.Name + " " );
plr.IsFrozen = false;
}
}
}

Note;I have creaed it using my mobile and haven't tested it
#30
It can still done by anims