• Welcome to Vice City Multiplayer.
 
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 - Jancis_LV

#1
Public Beta / Re: VC:MP 0.4 Public Beta
April 11, 2010, 12:46:39 PM
Why server is offline?
#2
mIRC/pawn Scripting / Re: [PAWN] Pickup function
March 31, 2010, 09:54:12 PM
Ammo works, but respawn seconds not, i tested that about week ago.
#3
mIRC/pawn Scripting / Re: !mycars command
March 18, 2010, 08:05:10 PM
You didn't understand what i mean, that are cars, owner of ID 2 and 3 is me
#4
mIRC/pawn Scripting / !mycars command
March 18, 2010, 07:03:22 PM
Are possible to make function, that checks file info (Vehicle owner file) and returns Id's of that file

For example:
vehicle owners file:

1=Sunshine Autos
2=Jancis
3=Jancis
4=Sunshine Autos

Function will return numbers, where is write Jancis, and that will be in list like: 2,3
I hope you something understand, i don't speak english very well.
#5
lol
#6
I use this:
public GetDistance(x1, y1, z1, x2, y2, z2)
{
new Float:dis;

dis = floatsqroot((x2-x1)*(x2-x1)+(y2-y1)*(y2-y1)+(z2-z1)*(z2-z1));
return floatround(dis);
}
#7
ShowRoom (pawn) / Re: [CP] Vehicle array
March 15, 2010, 04:37:37 PM
There is problem with CreateVehicle, script is OK
#8
Quote from: Kingston on March 13, 2010, 05:22:53 PM
1- Please Dont Spam.. i want asnwer the qeustions...

2- my age is 13..  :-\

lol :D
Do you know why on CD cover is write "M" or +18?
But that's nothing Counter Strike even some 8 years old plays :D
#9
Sorry for offtopic, but

LOLLL?
#10
AddStaticPickup can't be used to add pickups except OnGameModeInit
#11
mIRC/pawn Scripting / Re: I need an answer fast !
March 07, 2010, 10:25:11 AM
In top of scripts are:
static szGameModeName[128] = "GUPS 1.15";

change that to:
static szGameModeName[128] = "Gamemode name";
#12
mIRC/pawn Scripting / Re: question
March 05, 2010, 07:50:22 PM
lool :D
#13
mIRC/pawn Scripting / Re: Check Cmd
March 02, 2010, 05:47:49 PM
that one which Ettan give dont worked, but i little remake that:

public AntiCheat(playerid)
{
    for(new i = 0; i < 50; i++)
    {
        if(IsPlayerConnected(i))
{
    new Float:hp,
Float:armour;
GetPlayerHealth(i,hp);
GetPlayerArmour(i,armour);


    if(hp > 75)
    {
           // Do Stuff
    }
    else if(armour > 75)
    {
// Do Stuff
    }
        }
    }
    return 1;
}
#14
General Discussion / Re: My descussion
February 25, 2010, 01:29:10 PM
lol?
#15
mIRC/pawn Scripting / Re: Importiant question.
February 22, 2010, 08:42:52 PM
When Jumpswitch is disable you cant jump with shotguns