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
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.
...
[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
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.
In another drive(D).VC:MP has it's own folder at "C:\Program Files"
Where is Vice City installed?
Split into its own thread. A dev may have a better idea what this means.VC:MP has it's own folder at "C:\Program Files"
What directory did you install VC:MP into?