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

#31
mIRC/pawn Scripting / Re: compile error help
March 01, 2010, 10:38:53 AM


strtok(const string[], &index)
{
new length = strlen(string);
while ((index < length) && (string[index] <= ' ')){ index++; }
new offset = index;
new result[20];
while ((index < length) && (string[index] > ' ') && ((index - offset) < (sizeof(result) - 1)))
{
result[index - offset] = string[index];
index++;
}
result[index - offset] = EOS;
return result;
}
#32
General Discussion / Re: server hosts
March 01, 2010, 08:17:13 AM
I've used serverFFS for a long time, for game-servers, irc bouncers, dedicated servers. They also give full access to your server, they even allow you to set-up a firewall, to block unwanted connections and a free MySQL database. Good support etc, so I think their price is well worth their services. Not to mention the 25-75% discounts.
#33
Support / Re: Forwarding ports
February 28, 2010, 03:54:56 PM
#34
Support / Re: replay Ettans
February 28, 2010, 03:34:25 PM
Quote from: Kingston on February 28, 2010, 03:24:19 PM
Quote from: Ettans on February 28, 2010, 03:18:40 PM
Then you didn't forward your ports properly.

:(
every time i am ASK any one how to forwarding ports
and make some Topics for this question
but,...

but no anyone like to replay
and some Time moderators Delete my topic :(

but Thijn tell me How
but is not working ,,,
maybee i am have a problem
maybee thijn is not tell me a Good how to Forwarding ports

if you can help me ...
please...


I replied to your topics 2-3 times, you're just having a hard time reading them.
#35
Support / Re: Hi all
February 28, 2010, 03:18:40 PM
Then you didn't forward your ports properly.
#36
Support / Re: Hi all
February 28, 2010, 02:54:02 PM
That's the default IP of your network router, so it's private. You can find your actual IP from here: http://www.whatsmyip.org/
#37
mIRC/pawn Scripting / Re: pawn commands
February 28, 2010, 02:38:40 PM
zcmd would be the fastest of those.
#38
Support / Re: Constantly Timing Out
February 27, 2010, 06:48:23 PM
Check the netstats (F6) and see if you have any packet-loss.
#39
mIRC/pawn Scripting / Re: Questions
February 27, 2010, 03:03:29 PM
Q2: If your server uses 5192 port, then forward the 5192 port in your router panel.
Q3: The .amx is deleted if the compiler fails to compile the mode.
#40
ShowRoom (pawn) / Re: General Use Pawn Scripts 1.15
February 27, 2010, 09:08:41 AM
You don't have dudb.inc in /pawno/includes directory.

http://dracoblue.net/download/dudb-24/31/
#41
ShowRoom (pawn) / Re: General Use Pawn Scripts 1.15
February 26, 2010, 05:40:05 PM
Make sure you have /scriptfiles/ folder in your server directory.
#42
Tutorials / Re: Setting up a R2 Server made with Pawn
February 26, 2010, 03:26:58 PM
Seems so, although it's not recommended to have over 180.
#43
mIRC/pawn Scripting / Re: Racing script request.
February 26, 2010, 01:43:17 PM
Do you REALLY have to make a new thread every 5 minutes? You can't just request people to make a whole script for you, piece by piece. It'd be nice if you actually tried to learn PAWN yourself. Heck of a lot faster and easier than requesting and waiting for someone to make something for you. ::)
#44
mIRC/pawn Scripting / Re: Script requests...
February 26, 2010, 12:53:01 PM
Skimmer model ID: 190
#45
Add to OnGameModeInit:


SetPlayerDriveOnWater(1);