• 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 - thijn

#1
General Discussion / Re: Breaking New's :*(
April 26, 2011, 08:33:19 PM
Quote from: BIG[H] on April 26, 2011, 10:20:41 AM
Very Socking new's
Reason: People Don't like me
What's so shocking about that lol?

Also, Be a man and don't leave just because some nabs think you're a noob.
#2
Script Showroom / Re: [Beta] Multimode Server (MMS)
April 26, 2011, 08:21:14 AM
Now I saw the source I don't like it anymore, Just starting an other server and let the other one die for a new gamemode is silly..
#3
mIRC/pawn Scripting / Re: Drift Point = Money ?
April 23, 2011, 05:28:45 PM
Quote from: yazeen on April 21, 2011, 04:46:33 PM
Quote from: BIG[H] on April 21, 2011, 02:48:59 PM
Squirrel xD
Quotefunction onPlayerFall( player )
{
local tic = GetTickCount()
if (player.InVehicle && player.highspeed = 1) {
if ( tic = 348541) {
local cashz = player.Cash;
player.Cash = cashz+1000;
PrivMessage("Stunt Bonus 1000",player);
}
}
return 1;
}

Well its not tested .maybe it will not work its just idea how to use Squirrel onplayerfall and other functions

Ye But pawno...................
Like I said multiple times before, use squirrel its much much much much much much much much much much much much better then pawn.....
Also, It ain't hard to convert that to pawn I guess. Unless pawn sucks so badly it doesnt have very basic functions :x
#4
I guess you don't have to port forward then, Also are you sure you wanna host a server on a Modem Connection o_O
#5
Quote from: Charleyutton on April 23, 2011, 12:46:00 PM
Will we be able to force players to run/jump using a server function? This would be very helpful in detecting whether someone is breaching the fps limiter.
Or just a GetFPS function :P
#6
I don't wanna open this unless I see the source code.

Also, A bit more documentation would be nice..
#7
General Discussion / Re: Suggestions for Version 0.4
April 22, 2011, 05:29:18 PM
Quote from: yazeen on April 22, 2011, 04:31:53 PM
There are hunderds of buggs found in VCMP i cant explain it all so ill conclude in 1 word

"Please Fix pawno buggs in next version"
Or scrap pawn, since its a shitty language anyways ;)

Squirrel FTW ;D
#8
Script Showroom / Re: How to made Scripts
April 21, 2011, 10:31:49 PM
seriously, you can't teach scripting with videos. It's just trail and error. Look at other scripts, try to edit them a bit and learn that way. And finally make your own commands or even later your own script.
Quote from: stormeus on April 20, 2011, 09:22:18 PM
Quote from: asad3man on April 20, 2011, 01:53:54 PM
what is difference bween pawno and squirrel and aso tell me how to publish server that shows on internet

1. Pawn is made for Pawn servers. Squirrel is made for mIRC servers. If you downloaded a server from the home page, you have a Pawn server.
2. http://forum.vicecitymultiplayer.com/index.php?topic=2389.0
Are you insane?!

Pawn is indeed for the pawn server (obviously..) and Squirrel is for the squirrel server..
mIRC and Squirrel have nothing in common other then the squirrel server can also be connected with a mIRC DLL to mIRC.

There is also a mIRC server, but that fails.

I would start with Squirrel, Since you learn the good language in the first time.
You ain't gonna learn the wrong way first, then when you know the wrong way learn the correct way.
Pawn is waay harder for newbs then Squirrel.
#9
Script Showroom / Re: Basic RPG System & Commands
April 21, 2011, 10:27:21 PM
what the fuck are you talking about??
There is no such thing as MySQLite (mIRC)
You only have mySQL, sqlite and mIRC >.<

And this is a script for mIRC, ONLY..
#10
lol at the english fail "Extream" xD

Also,
Quote from: Scripter on January 16, 2011, 09:01:36 AM
FBS modifyed by [MKt]Moric/moric
lol, You should try to learn some English before making a server :P
#11
Head said it all ;D
#12
Support / Re: Hey I allways had this question
April 16, 2011, 02:18:27 PM
lol why does this topic even have more then 1 reply...

The server is locked, Get over it. It has a reason why it's locked.. Try to find the owner and ask them when they unlock the server or IF they are gonna unlock it.
#13
VC:MP Clans / Re: ATU - AUTO TRADER UNDERCOVERS CLAN
April 15, 2011, 09:08:30 AM
Quote from: Donstald on April 14, 2011, 10:43:31 AM
Clan Server: ATU MiamiGunZ Death Mtach Server
Server Ip : 192.168.1.148.8888
rofl...

Also, lol at the name.

Good luck :D
#14
ShowRoom (pawn) / Re: Flip Command PAWNO!!!
April 15, 2011, 09:05:02 AM
I don't get it, Why don't you set his current location...

In squirrel this is enough;

pVehicle.Pos = pVehicle.pos;

and in mIRC it will work the same.


Pawn....
#15
Quote from: Skirmant on April 15, 2011, 07:16:29 AM
Speaking of mIRC. Will new rcon functions be implemented in the server or will they need to be scripted with OnRconCommand()? And what about the dlls, will they be updated or will a source code be given to edit them?
If you mean the mIRC dlls, I guess if they support mIRC they will update the DLL too :P