April 30, 2024, 12:13:14 pm

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.


Messages - Wezsent

Pages: [1]
1
Server Discussion / Re: Vice Legends TDM
« on: December 14, 2011, 01:09:00 pm »
Get Admins.. for server

2
Script Showroom / Vehicle Cmds
« on: December 14, 2011, 10:32:18 am »
I gota Share you some of my commands. they are easy. they won't worth any thing
but i wana share them for good

Vehicle Commands for !fix ,!flip and !eject

!fix
Code: [Select]
if ( cmd == "!fix" )
       {
  if ( !player.Vehicle ) PrivMessage( "[Error] - You need to be

in a vehicle.", player );
           else
           {
              if ( player.Vehicle.Health == 1000 ) PrivMessage( "[Error] -

This vehicle doesn't need to fix.", player );
              else
              {
                player.Vehicle.Health = 1000;
                ClientMessage( "-> Your vehicle has been succesfully fixed.",

player, 984, 252, 777 );
             }
          }
     }
!flip
Code: [Select]
if ( cmd == "!flip" )
       {
          
           if ( !player.Vehicle ) PrivMessage( "[Error] - You need to be

in a vehicle.", player );
           else
           {
             local pos = player.Pos;
local veh = player.Vehicle;

                veh.Health = 1000;
veh.Pos = Vector( pos.x+1,pos.y+1.pos.z+1);
                ClientMessage( "-> Your vehicle has been succesfully

Fliped.", player, 984, 252, 777 );
          
          }
     }          
!eject

Code: [Select]
else if ( cmd == "!eject" )
        {
              
 if ( !player.Vehicle ) PrivMessage("*Error : You must be in Vehicle to

get Ejected",player);
else {
local pos = player.Pos;
PrivMessage("You Have Been Ejected From

["+GetVehicleNameFromModel(player.Vehicle.Model)+"]

ID:"+player.Vehicle.ID,player);
player.Pos = Vector( pos.x + 1 , pos.y +2 , pos.z + 3 );

}
}

3
Denied Applications / Re: Application - Thomas
« on: December 05, 2011, 07:47:16 am »
Stop this Goddam Fight and Deny + lock this Topic .

4
Denied Applications / Re: Application - Thomas
« on: December 03, 2011, 11:32:03 am »
i Apologize Past things

5
Denied Applications / Re: Application - Thomas
« on: December 03, 2011, 08:28:45 am »
i Have Improved my altitude to others.. let me a chance to prove that i will be better . :)
Quote
Sorry but I think you just want to join VU because that way you can spam Thijn/Charley/Stormeus/aXXo to help you out with your scripts.
No ofc not.. i know Scripting . i got wiki btw .
Quote
I only remember you being an ass on the VC:MP forum, then posting a thread saying you were leaving because people called you small[h].
yes this is true. but i came back to help beginners Scripters
Quote
I vote no on this one, sorry I simply don't like your personality.
Surely with you . i can improve fast.

6
Denied Applications / Application - Thomas
« on: December 02, 2011, 06:17:35 pm »
Which game are you applying for, VC:MP, SA:MP, LU or all?: VC:MP

Nick: Thomas

Previous Nicks: BIG[H]

Timezone/Country: 5:00 pakistan

Age: 15

Do you speak English? Yup Very Well now!

Time you have played vcmp/samp: vcmp 3 years owns me

Previous clans: TZ died

Do you use mIRC: yes

Why you want to join VU: I am a Clan less a few months and i am feeling alonely without members .i have checked all other clans but they got no goddam scripters in them . and VU is only my wish to start a new life with VU members as a Family . well i improved my self well , and i Just want join a Clan of which i can feel that i am not alonely .. i got most of my friends here. i am trying to become a well scripter. looking forward to future .

Favourite weapon: Stubby , Spaz , Ruger , M60 , M4, ING

Which VUs do you know: Stormeus , Inferno , Darius , Thijn ( sort of ) , Charleyutton , Brian , SaM , AEG

Would you be interested in competing in clan wars?: I will think that later :)

7
Off Topic / Re: Sup folks
« on: November 27, 2011, 06:45:43 pm »
Your Friend ...we played in argo. and i am Jay

8
Off Topic / Sup folks
« on: November 27, 2011, 06:34:35 pm »
Hey Folks ... Wad up??


I may have Forgotten some friends of VU in app

ferrari32 , Donstald , Vertern, Lazee ,Zeke , Bass, XGamer100 ( got his yahoo id The Gamer Guy :) )

Pages: [1]