Show Posts
|
Pages: [1]
|
1
|
Off Topic / General Chat / Re: GTA Progress
|
on: February 13, 2012, 05:18:07 pm
|
GTA - played it for 5 minutes then closed it GTA 2 - started, GTA III - completed GTA VC - completed several times GTA SA - same as vc GTA IV - completed and eflc
|
|
|
3
|
Off Topic / General Chat / IMPORTANT, IF YOU PLAY ANY GTAMP MULTIPLAYER MOD PLEASE READ
|
on: January 11, 2012, 10:48:30 pm
|
So a player named Ray has somehow gained access to about 20,000 passwords from various VC:MP forums and servers. We have no idea how he did it, but he has. So we strongly advise you to change your passwords there and if you use them anywhere else, change them there as well.
To server owners and forum administrators: Ray has the subnet 117.197, we suggest you ban it.
|
|
|
5
|
Archive / Archived Items / Re: ...
|
on: April 22, 2010, 12:04:36 pm
|
<link removed>
Edit by VRocker: Requested by nabs who use poverty browsers
oh lawd, did he post a my lazy sundays link?
|
|
|
7
|
Off Topic / General Chat / Re: New VC:MP Server (With Squirrel!)
|
on: March 17, 2010, 07:33:23 pm
|
mark, as far as I know the Hunter's and Sparrow's cannons don't fit as drive-by.
MexikanoS, I have noticed a couple of bugs in your script, and I felt free to code one for you.
function onPlayerCommand( player, cmd, text ) { if ( cmd == "s" ) { WriteIniNumber( "Gotolocs.ini", text, "x", player.Pos.x ); WriteIniNumber( "Gotolocs.ini", text, "y", player.Pos.y ); WriteIniNumber( "Gotolocs.ini", text, "z", player.Pos.z ); PrivMessage( "Saved location: " + text, player ); } else if ( cmd == "l" ) { local x = ReadIniNumber( "Gotolocs.ini", text, "x" ), y = ReadIniNumber( "Gotolocs.ini", text, "y" ), z = ReadIniNumber( "Gotolocs.ini", text, "z" ); if ( x ) { local pos = Vector( x, y, z ); player.Pos = pos; PrivMessage( "Teleporting you to location: " + text, player ); } else PrivMessage( "Location '" + text + "' does not exist.", player ); } } PS: I haven't tested the script, but it should work.
Nice that you get it from Wiki of Squirrel. Anyway it doesn't save angle, so gtfo.
quoting because rape occured.
|
|
|
9
|
Liberty Unleashed / Suggestions / Re: Liberty Unleashed
|
on: October 18, 2009, 02:37:48 am
|
liberty unleashed hasnt been released and people already have ideas. if you want your ideas in the game then the release will take longer.i know everyone wants it to be good but i have been waiting for ever i want to kill ass already.the ideas are good but some of us just want to kill!!!!!! not wait 10 year fuck it!!!!!!
<rant=sephiroth>I don't think you quite understand the work that goes into creating something like LU. do you think you can just use some program to snap it together without any prior knowledge or sth? O_o Let me ask you something, what would you do if production of LU was handed over to you for a week? here's what i think would happen: you'd try to open a DLL file in notepad and die of a heart attack and then: pmspam juppi "WTF ARE THESE SQUARE BOX THINGIES IN THE DLL? zOMGWTFBBQ" "OMG WHY DIDN'T YOU INCLUDE THE PROGRAM TO OPEN .NUT FILES" "HOW DO I OPEN RAR AND ZIP FILE?!!?!?!?" you need to learn to be patient, and appreciate the work that IS being done instead of "release now kthxbai" </rant>
|
|
|
|