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

#1
Hi, i need the InPoly of the sunshine, someone could give it to me?

I do not know how to use it :-\
#2
I have this function:
function onPlayerHealthChange( player, lastHP, newHP )
{
if ( lastHP > newHP )
{
if ( player.Pos.z <= GetWaterLevel() )
{
local vehicle = CreateVehicle( 6400, player.Pos, player.Angle, 1, 2);
player.Vehicle = vehicle;
return true;
}
}
}

Because this function spawn many vehicles. How to prevent this?
#3
Hi, I have the commands /reportlist and /banlist but they have an error.
What happens is only shows a single report or a ban, could someone help me?
#4
how put turn on and off the engine of vehicle with cmd?
#5
In VKs Official Server in minigames there are this checkpoints and is 4rel003
#6
how to agree this checkpoints type in 4rel003?

#7
Use this system: https://forum.vc-mp.org/?topic=4503.0

or use something like this at the time of purchase the prop:
local pickup = FindPickup( text.tointeger() ), x = pickup.Pos.x, y = pickup.Pos.y, z = pickup.Pos.z;
pickup.Remove();
CreatePickup( 406, Vector( x.tofloat(), y.tofloat(), z.tofloat() ) )
#9
Which pages are the best ones to create radio streams with my music?
#10
Could someone help me create a radio stream with the music that I want?
#11
Snippet Showroom / Re: Basic Ban System
May 10, 2018, 08:31 PM
Good Work Bro :)
#12
maybe I put something wrong

Could you tell me where to put everything from that system?
#13
has many errors, and also is a little messy this function :-\
#14
Hello, I want to ask you how I could put in my server so that when you die you leave the weapons that you had in pickups, like for example when you kill someone with weapons in normal vice city.
#15
Yes