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

Pages: [1] 2 3
1
mIRC/pawn Scripting / Re: [PAWN] Pickup function
« on: March 31, 2010, 10:54:12 pm »
Ammo works, but respawn seconds not, i tested that about week ago.

2
mIRC/pawn Scripting / Re: !mycars command
« on: March 18, 2010, 10:05:10 pm »
You didn't understand what i mean, that are cars, owner of ID 2 and 3 is me

3
mIRC/pawn Scripting / !mycars command
« on: March 18, 2010, 09: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.

4
mIRC/pawn Scripting / Re: Please nice idea for scripts
« on: March 18, 2010, 05:45:27 pm »
lol

5
mIRC/pawn Scripting / Re: [PAWN]"Warning:Tag mismatch" on float return
« on: March 18, 2010, 09:24:41 am »
I use this:
Code: [Select]
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);
}

6
mIRC/pawn Scripting / Re: Help..... ( Want Some scripts )
« on: March 13, 2010, 07:23:59 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

7
mIRC/pawn Scripting / Re: Help..... ( Want Some scripts )
« on: March 13, 2010, 07:21:29 pm »
Sorry for offtopic, but

LOLLL?

8
mIRC/pawn Scripting / Re: Pawn RemovePickup, DestroyCar?
« on: March 13, 2010, 11:41:06 am »
AddStaticPickup can't be used to add pickups except OnGameModeInit

9
mIRC/pawn Scripting / Re: I need an answer fast !
« on: March 07, 2010, 12:25:11 pm »
In top of scripts are:
static szGameModeName[128] = "GUPS 1.15";

change that to:
static szGameModeName[128] = "Gamemode name";

10
mIRC/pawn Scripting / Re: question
« on: March 05, 2010, 09:50:22 pm »
lool :D

11
mIRC/pawn Scripting / Re: Check Cmd
« on: March 02, 2010, 07:47:49 pm »
that one which Ettan give dont worked, but i little remake that:

Code: [Select]
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;
}

12
mIRC/pawn Scripting / Re: Importiant question.
« on: February 22, 2010, 10:42:52 pm »
When Jumpswitch is disable you cant jump with shotguns

13
mIRC/pawn Scripting / Re: ! Three Questions !
« on: February 15, 2010, 05:18:47 pm »
1. I can't help
2. WTF?
3. Use programm TrayIt i use that too.

14
Vice City / Re: GTA Vice City wont run!
« on: February 10, 2010, 09:14:45 pm »
He tried everything, them not workin'

15
Vice City / Re: GTA Vice City wont run!
« on: February 10, 2010, 08:58:07 pm »
Without any crashes, just nothing happens

Like this:
Quote
   

Problem #11:
Vice City will not run after installation - instead, when clicking the icon to start, the Play CD spins and the pointer icon turns into a spinning-CD symbol, but the game never starts (and the pointer may not go back to normal until restarting Windows).

Solution: End all running non-essential processes - whether it be an anti-virus, Window Blinds, whatever. This fix has also been reported to work by closing Folding@Home and a startup program called "BigFix".

Alternatively: If you notice a new piece of hardware called "secdrv" attempting to install itself, Windows may be mistaking some software for hardware. Go to Device Manager and look for a big yellow question mark (indicating hardware with no driver). If one stands next to "secdrv", delete it.

Alternatively: Set the compatibility mode of the executable file to 'Windows 98'. Do so by: right-clicking gta-vc.exe (default: C:\Program Files\Rockstar Games\Grand Theft Auto Vice City\gta-vc.exe) -> Properties -> Compatibility tab -> check 'Run this program in compatibility mode for:', and select 'Windows 98 / Windows Me' from the drop-down menu. Apply, OK. And as pictures speak a thousand words, click here.

Alternatively: Instead of the original EXE, use a no CD crack. Note that providing links to any such cracks is strictly prohibited here at GTAForums.com.

Yes game is downloaded illegally.

Pages: [1] 2 3