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

#1
Scripting and Server Management / Re: Speed!!
Feb 04, 2016, 07:26 PM
Use a tuning system! Easy to increase ..
#2
Off-Topic General / Re: 100gb Vps 2gb Ram :d
Feb 03, 2016, 06:05 PM
Hey let me try one . what is price?
#3
Off-Topic General / Re: IRC Logs
Jan 27, 2016, 06:22 PM
haha @buddy :P :*
#4
Servers / Re: [0.4] Attack & Defence Server
Jan 26, 2016, 12:51 PM
Good luck :p
#5
Quote from: [PP]SilenT on Jan 25, 2016, 09:08 AMI Have one Option To Make This !

what is the option?
#6
Any other skin which link to territories team?
#7
Hey i making a new script in which in server only two skin one for police second for territories.. I want to make a script like counter strike game only two team red and blue.... I already choose a blue skin and i want red team skin .. So can i make a custom skin?
#8
Sorry btw Great.
#9
Nnnnnnnn
#10
N.
#12
This all thing is in your server??
#13
if ( cmd == "setwep" )
{
if ( GetLevel( player ) >= 5 )
{
   if ( text )
{
local plr = FindPlayer(GetTok(text, " ", 1));
local wep = GetTok( text, " ", 2 );
local ammo = GetTok( text, " ", 3 );
if ((GetLevel( player ) !=10 && GetWeaponID(wep) == 30)) MessagePlayer( "You need to be admin level 10 to spawn that weapon.", player );
else if ((GetLevel( player ) !=10 && GetWeaponID(wep) == 31)) MessagePlayer( "You need to be admin level 10 to spawn that weapon.", player );
else if ((GetLevel( player ) !=10 && GetWeaponID(wep) == 33)) MessagePlayer( "You need to be admin level 10 to spawn that weapon.", player );
else
{
plr.SetWeapon( GetWeaponID( wep ), ammo.tointeger());
MessagePlayer( "Admin "+ player.Name + " gave you a " + GetWeaponName( GetWeaponID( wep ) ) +". Ammo: " + ammo + ".",plr );
MessagePlayer( "Giving " + plr.Name + " a " + GetWeaponName( GetWeaponID( wep ) ) +". Ammo: " + ammo + ".",player );
}
}
else MessagePlayer( "USAGE: /setwep [ Nick/ID ] [ Weapon Name ] [ Ammo ]",player );
}
                    else MessagePlayer ( "Error - You need to be at least level 6 to use that command.", player );
}

Try that cmd ... Its tested.
#14
Haha @NE.CrystalBlue ... @cena live in india and me Pakistan so mind you language..
#15
Use notepad ++ download from Google.