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 - BIG[H]

Pages: [1] 2 3 ... 11
1
mIRC/pawn Scripting / Notice
« on: February 02, 2014, 11:25:51 pm »
http://forum.vicecitymultiplayer.com/index.php?topic=6480.0

Its a copy cat, actually its my VITAL SPEEDOMETER

So, i request stormeus to add my credits.

i have a proof here: www.youtube.com/watch?v=AQr3LjTfdKA

look at the date of the video.

2
mIRC/pawn Scripting / Re: Spawn problems?
« on: February 15, 2012, 07:40:45 pm »
Problem?

Try to find OnGameModeInit() and add
Code: [Select]
SetWorldBounds(5000.0,-5000.0,5000.0,-5000.0);
SetCameraPos(-231.4, -440.0, 32.1);
SetCameraLookAt(-232.0314, -442.6181, 33.1);
SetPlayerStartPos(-232.0314, -442.6181, 32.7944);

for example nano!
Code: [Select]
public OnGameModeInit()
{
SetGameModeText("nubs");

ShowPlayerMarkers(1);

// Player Classes
AddPlayerClassEx(1,61,335.570099,-233.904694,29.646601,164.184799,0,0,17,500,21,500);
AddPlayerClassEx(2,56,-540.355713,806.634583,97.510399,222.869095,0,0,17,500,21,500);
AddPlayerClassEx(3,68,-1037.172729,80.577003,11.579200,87.457100,0,0,17,500,21,500);
AddPlayerClassEx(4,27,327.972198,-222.016098,35.881302,157.274796,0,0,17,500,21,500);
       [b] SetWorldBounds(5000.0,-5000.0,5000.0,-5000.0);
        SetCameraPos(-231.4, -440.0, 32.1);
SetCameraLookAt(-232.0314, -442.6181, 33.1);
SetPlayerStartPos(-232.0314, -442.6181, 32.7944);[/b]
}
try to understand it and learn, Remember this is only example. do not copy n paste same code or you'll destroy your script

3
mIRC/pawn Scripting / Re: Please Help Me!
« on: January 05, 2012, 08:36:37 pm »
Pawn do not have mute function..
it was copied from black panther 0.6 :(

4
Support / Re: Playing Online...
« on: December 24, 2011, 05:16:08 pm »
hi fellow,  use Correct Version gtavc 1.1 and make sure you haven't got installed any cars or mods etc.
or download it through torrent

5
mIRC/pawn Scripting / Re: need help
« on: December 24, 2011, 05:10:24 pm »
hey Fellows, as you know this is scripting board so if you need any help post your command here ( script code ) we can help it to fix it, asking about command. please use search button at top right Conner of forum

6
Support / Re: Ka Server BIG PROPLEM!!! HELP!!
« on: December 21, 2011, 05:36:16 pm »
Squirrel? hehehehehe


BIG[H] Runs*

7
Support / Re: Can Any One help me
« on: December 21, 2011, 05:32:59 pm »
Quote
No one uses mirc nowadays
Every one uses mirc nowdays , but less mirc scripts like Hunting arena etc. but mirc scripts is less used

8
Racing server / Re: Miami-Dade: Racing Promotional Video
« on: December 14, 2011, 01:52:11 pm »
Awesome Bro!. No Matter What. Ka is Best Clan.

I saw 1st time juppi in vcmp :X

9
Support / Re: Problem
« on: December 12, 2011, 06:20:00 am »

mirc server problem? Delete it

10
mIRC/pawn Scripting / Re: Help!!! Anti Hack muti
« on: December 09, 2011, 01:22:46 pm »
it just Floods UPD Ports and Pawn servers cannot handle that ..
Squirrel less affected by Oops crasher.

But back to my server it can squirrel attacked an easy and there are no hosting server, it can not attack ... please help only
Sorry .i Can't Understand what you have typed

11
mIRC/pawn Scripting / Re: Help!!! Anti Hack muti
« on: December 09, 2011, 12:02:20 pm »
it just Floods UPD Ports and Pawn servers cannot handle that ..
Squirrel less affected by Oops crasher.

12
mIRC/pawn Scripting / Re: How to do this on VCMP
« on: December 09, 2011, 11:59:54 am »
Quote
TIP: Rather than just copying and pasting all the script to your gamemode, You should atleast read it and try to figure out what it means...
you Should try to fit this in your gamemode!

13
Support / Re: Servers...
« on: December 09, 2011, 11:39:43 am »
Ok.. Let's say my router is on 24/7(Unless electric cutdown ofcourse). The only way to shut it down is by switching off the main plug afaik. If there is a software that allows me to access my DNS or anyother IP, upload my script and the software(not yet found or try to develop one yet), it should be on 24/7. Plus, I'm only 13 this year. Still in school. I can't afford to buy a host. So that's why I'm finding one. Sources are very limited.
There is also a Risk of High Pings .Due to Windows host and Slow Internet.well i might try to find a host for mah server soon!

14
mIRC/pawn Scripting / Re: how much functions does a squirrel do?
« on: November 27, 2011, 05:31:49 pm »
the best shit is this
Quote
ReadIniString("pick.ini",vy1.toString(),"x");
try to convert to this

Quote
ReadIniInteger("pick.ini",vy1.toInteger(),"x");
ReadIniInteger("pick.ini",vy1.toInteger(),"y");
ReadIniInteger("pick.ini",vy1.toInteger(),"z);

15
Support / Re: Help!!!!
« on: November 20, 2011, 01:13:10 pm »
Moron's.......


just set lanmode 0 to lanmode 1

it will not be shown in internet while you are testing it

Pages: [1] 2 3 ... 11