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.


Topics - Fuzzy168

Pages: 1 2 3 [4] 5
46
mIRC/pawn Scripting / How to set worldbounds?
« on: July 23, 2011, 01:45:45 pm »
I need help setting worldbounds. I can't find a tutorial. PLEASE HELP!!

47
mIRC/pawn Scripting / Someone help me!!
« on: July 22, 2011, 06:57:51 am »
Can someone test this script for me? I have IP problem.. :-\

[pawn]public OnPlayerDeath(playerid, killerid, reason)
{
   new string[51];
   format(string, sizeof(string), "%s has been killed by %s", gPlayers[playerid], gPlayers[killerid]);
   SendClientMessageToAll(COLOR_GREEN, string);
    return 1;
}[/pawn]
Please tell me if it works. And please post screenshot..

48
mIRC/pawn Scripting / Help ME!!
« on: July 16, 2011, 07:59:00 pm »
Here are the following commands that I need help. I don't know how to do and I can't find any tutorial.

/c tempban
- A command where no one can bring a player to their location? Example: /c nobring

And how to set timer?

-/c teleport (/c goto) / 5 seconds
-/c tempfreeze /  20 seconds
-/c cloak / 10 seconds (Stand still. If move, cancel)

And,

/c banip - HOW?

49
mIRC/pawn Scripting / Skin Name
« on: July 09, 2011, 11:48:33 am »
I'm using the mode by FALCON(Included from install). I was wondering, how do I add the names for the skin and the specific colour. Meaning:


Team Red

Team Blue

50
mIRC/pawn Scripting / Pawn Script Help
« on: July 07, 2011, 04:05:34 pm »
[pawn]#include <a_vcmp>
#include <core>
#include <float>

static szGameModeName[128] = "DMW [r1.1a]";
static szGameModeAuthorName[128] = "Fuzzy168";

#define COLOR_GREY 0xAFAFAFAA
#define COLOR_GREEN 0x33AA33AA
#define COLOR_RED 0xAA3333AA
#define COLOR_YELLOW 0xFFFF00AA
#define COLOR_WHITE 0xFFFFFFAA
#define INACTIVE_PLAYER_ID 255



#define MAX_WEAPONS 61
new wep_init = 0;
new gWeapons[MAX_WEAPONS][64];
new gPlayers[MAX_PLAYERS][MAX_PLAYER_NAME+1];

#define PI  3.1415926535897932384626433832795[/pawn]VC:MP Mode

Could you tell me what are the following features for?

1.[pawn]#include <float>[/pawn] I tried #include <dini> it gives me error
2.[pawn]#define USERS_FILE          "/Users/%s.ini"
#define REPORTS_FILE        "/Reports/%s.ini"
#define BANS_FILE           "/Users/%s.ini"
#define Pickups             "/Pickups/Pickups.ini"
#define VEHICLEOWNERS_FILE  "/Vehicles/owners.ini"
#define MAX_PASS_SIZE       16
#define MIN_PASS_SIZE       2
#define LOGIN_ATTEMPTS      3
#define CountDownn      3[/pawn]How to add this kind of feature
3.[pawn]enum pInfo
{
   Password[MAX_PASS_SIZE+1],
   Logged,
   Level,
   Skinid,
   Stats,
   NoGoto,
   NoLoc,
   ClientVersion,
   Spawned,
   Warns,
   FalseLogins
}

enum sInfo
{
   Countx,
   Echo,
   Drownforhelikill,
   Drownfordriveby
}[/pawn]What are enum for?
4.[pawn]#define MAX_WEAPONS 61
new wep_init = 0;
new gWeapons[MAX_WEAPONS][64];
new gPlayers[MAX_PLAYERS][MAX_PLAYER_NAME+1];

#define PI  3.1415926535897932384626433832795[/pawn]What is this?

51
Support / Starts Single Player When Connect (New)
« on: July 05, 2011, 11:53:11 am »
This guide is for those who install VC-MP to their Vice City directory but still opens single player. (Lets just say I found out because the same thing happen to me)

WHY
The reason why it starts Single player is not because of mods. But because of any kinds of other software for Vice City. For example, I downloaded the MP3 Controller that helps me change to what ever MP3 song I like. Or it could be others. Except for FRAPS.

SOLUTION
1. You could try to identify what kind of add-on you downloaded for your single player
2. If you could not find it, re-install your Vice City

Hope it helps

52
mIRC/pawn Scripting / Pawn Commands
« on: July 05, 2011, 07:38:51 am »
Is there any place where I can commands script???

53
mIRC/pawn Scripting / Deathmatch Server
« on: June 28, 2011, 05:27:42 am »
If I want to create a dm server. should i use Pawn or SquirreL?

54
Support / Server Help
« on: June 28, 2011, 04:25:16 am »
OK this is what happen.

The first time i asked storm how to create a server, my server did show up. Until one day I can't I think its maybe because of the server i used. I have try port forwarding. not working so help me out!!

55
mIRC/pawn Scripting / Password
« on: June 21, 2011, 07:09:03 pm »
Where do I put the password? Its the latest I download from here...
Code: [Select]
echo Executing Server Config...
friendlyfire 1
lanmode 0
maxplayers 50
port 5192
hostname VCMP
gamemode0 mode 1
rcon_password none

56
Vice City / Help me!!
« on: June 20, 2011, 06:13:30 pm »
I don't know if I asked the wrong place but how to auto-start a program? I mean like hosting.

57
mIRC/pawn Scripting / Colours
« on: June 20, 2011, 05:50:32 am »
Where can I get more colours?
[pawn]#define COLOR_GREY         0xAFAFAFAA
#define COLOR_GREEN         0x04A36BFF
#define COLOR_RED         0xAA3333AA
#define COLOR_YELLOW      0xFFFF00AA
#define COLOR_WHITE         0xFFFFFFAA[/pawn]

58
mIRC/pawn Scripting / Whats wrong?
« on: June 16, 2011, 06:40:10 am »
Is there anything wrong with this command? I try it and it says
Quote
VC-MP Mode has cloak activated

[pawn]   else if (strcmp(cmd, "cloak", true) == 0)
      SendClientMessage(playerid, COLOR_GREEN, "You have been cloaked!");
      SendClientMessage(playerid, COLOR_GREEN, "Your cloak will only be available until your death.");
      SendClientMessageToAll(COLOR_GREEN, "%s has cloak activated!");
      RemovePlayerMarker(playerid);
      return 1;
   }[/pawn]

59
mIRC/pawn Scripting / Worldbounds
« on: June 16, 2011, 02:17:10 am »
How to edit the worldbounds? I want it set at an area around malibu, but I don't understand how worldbound works. HELP ME!!

60
mIRC/pawn Scripting / Script help
« on: June 13, 2011, 05:09:54 am »
What is the used of [pawn]%s[/pawn] and [pawn]%d[/pawn]? for example: [pawn]format(szMsg,sizeof(szMsg),"Nick:[ %s ] Level:[ %d ] Status:[ %s ]",gPlayers[playerid],level,StatusTag(level));[/pawn]

Pages: 1 2 3 [4] 5