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 - Elyks

Pages: [1]
1
mIRC/pawn Scripting / Re: warning 213: tag mismatch
« on: July 25, 2013, 10:44:28 am »
Make sure that "isDone" is boolean. or use 0 instead of false

2
mIRC/pawn Scripting / Re: Problem about /fall and /me SPAM
« on: July 12, 2013, 01:16:14 pm »

[pawn] if (strcmp(cmd, "/fall", true) == 1)  return true;
else if (strcmp(cmd, "/me", true) == 1) return true;[/pawn]

Hmm not work in PAWN :(
...
This is only possible in Squirrel. All you're doing is disabling /c /fall

3
mIRC/pawn Scripting / Re: Problem about /fall and /me SPAM
« on: July 11, 2013, 05:21:31 pm »
I make the anti flood or anti spam in my server. That's mean when player spam chat he will get kick.But soon i discover player in my server use /me [messenger] to spam and my anti spam can not kick him. Another problem it's the /fall disable fall on ground when hit by stubby , shotgun or spa

How can i disable /me or /fall in my server ? I use this

else if (strcmp(cmd, "/fall", true) == 0) {
        SendClientMessagef(playerid,RED, "You can't use this");
      return 1;

else if (strcmp(cmd, "/me", true) == 0) {
        SendClientMessagef(playerid,RED, "You can't use this");
      return 1;

But it's not work in my scripts.

[pawn] if (strcmp(cmd, "/fall", true) == 1)  return true;
else if (strcmp(cmd, "/me", true) == 1) return true;[/pawn]

4
mIRC/pawn Scripting / Re: Help.....
« on: July 11, 2013, 12:37:25 pm »
Or, choose your own color at www.colorpicker.com

5
0.4 Public Beta #1 / Re: [Bug] Cannot allocate space for DLL name
« on: July 04, 2013, 05:33:31 pm »
VC:MP has it's own folder at "C:\Program Files"

Where is Vice City installed?
In another drive(D).

6
0.4 Public Beta #1 / Re: [Bug] Cannot allocate space for DLL name
« on: July 04, 2013, 05:26:04 pm »
Split into its own thread. A dev may have a better idea what this means.

What directory did you install VC:MP into?
VC:MP has it's own folder at "C:\Program Files"

7
0.4 Public Beta #1 / [Bug] Cannot allocate space for DLL name
« on: July 04, 2013, 05:11:16 pm »
Every time I launch the client, I get this error:


8
0.4 Public Beta #1 / Re: [CRASH] 0040286E
« on: July 04, 2013, 04:44:45 pm »
I've got the same crash after jumping.

9
mIRC/pawn Scripting / Re: Mini Hunt
« on: July 01, 2013, 12:26:27 pm »
This function should help you. http://pastebin.com/DyUrtpcy

10
General Discussion / Re: TV Channel?[SUGGESTION]
« on: January 18, 2013, 06:54:10 pm »
In my opinion, it's useless.

Pages: [1]