what is this how can it help me
function onPlayerSpawn( player )
{
rMessage( ">> " + player.Name + " has spawned." );
if(player.Skin==0)
{
player.Spikes=true;
}
}
It is not a command, it is a weapon mod. The link is below,
To use:
player.GiveWeapon( 100, 999 );
(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Ffiles.thijn.ovh%2Fimg%2Fe0d7648302de036a0d8af7ee77ac4bd3%2Fw100_s9_l80_spikes.7z&hash=101b6c99b7c9429c28f4fac2a78fc689529af849) (http://files.thijn.ovh/download/e0d7648302de036a0d8af7ee77ac4bd3/w100_s9_l80_spikes.7z)
Quote from: MatheuS on Jul 20, 2016, 01:22 PMIt is not a command, it is a weapon mod. The link is below,
To use:
player.GiveWeapon( 100, 999 );
(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Ffiles.thijn.ovh%2Fimg%2Fe0d7648302de036a0d8af7ee77ac4bd3%2Fw100_s9_l80_spikes.7z&hash=101b6c99b7c9429c28f4fac2a78fc689529af849)
NO ITS not a weapon i remember it ffrom 0.3 that was a thing which makes something on player screen but now i forget
Quote from: Hercules on Jul 20, 2016, 01:44 PMQuote from: MatheuS on Jul 20, 2016, 01:22 PMIt is not a command, it is a weapon mod. The link is below,
To use:
player.GiveWeapon( 100, 999 );
(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Ffiles.thijn.ovh%2Fimg%2Fe0d7648302de036a0d8af7ee77ac4bd3%2Fw100_s9_l80_spikes.7z&hash=101b6c99b7c9429c28f4fac2a78fc689529af849)
NO ITS not a weapon i remember it ffrom 0.3 that was a thing which makes something on player screen but now i forget
Show me. I need see this in VCMP 0.4 8)
Quote from: MatheuS on Jul 20, 2016, 01:50 PMQuote from: Hercules on Jul 20, 2016, 01:44 PMQuote from: MatheuS on Jul 20, 2016, 01:22 PMIt is not a command, it is a weapon mod. The link is below,
To use:
player.GiveWeapon( 100, 999 );
(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Ffiles.thijn.ovh%2Fimg%2Fe0d7648302de036a0d8af7ee77ac4bd3%2Fw100_s9_l80_spikes.7z&hash=101b6c99b7c9429c28f4fac2a78fc689529af849)
NO ITS not a weapon i remember it ffrom 0.3 that was a thing which makes something on player screen but now i forget
Show me. I need see this in VCMP 0.4 8)
I think its not available in 0.4 because i searched wiki and every where but not exists and also not work in game
@MatheuS is correct. Spikes exist in 0.4 in the form of a new type of weapon and the weapon definition he gave you should work fine.
Link Updated.
I had forgot to put in bbcode
im not looking for this
Yes you are, you're just too stubborn to realize it. The code you posted is from 0.3 and doesn't work anymore. What's been posted is the equivalent for 0.4. It gives players police spike strips just like the 0.3 code.