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

Pages: [1] 2 3
1
mIRC/pawn Scripting / Re: Problem about /fall and /me SPAM
« on: July 12, 2013, 07:44:49 am »

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

Hmm not work in PAWN :(

2
mIRC/pawn Scripting / Problem about /fall and /me SPAM
« on: July 11, 2013, 03:22:12 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.

3
mIRC/pawn Scripting / Re: Bug in Pawno server >>> Need Help
« on: May 06, 2013, 07:29:14 am »
I'm no scripter so I can't really explain the mechanics of this, but all the major servers have /fall (and /do 30?) disabled. I'm sure you can do that as well.
In Squirrel ? Yes i can do it  8) . Now i'm asking about PAWN  :-[

4
mIRC/pawn Scripting / Re: Disable Weapon Damage ? Need Help
« on: May 05, 2013, 03:19:22 pm »
Well, you must be crazy to set a 100 ms timer. If VCMP would have client-side scripting then 100 ms is okay, but for server-side scripting 100 ms is not a good solution. A timer set to 1 or more seconds is the best solution.

But back in my server , it's already use alot of settime :( . I didn't want to use more Settime so I have an idea :

[pawn]On player Death
{
if(strcmp(GetPlayerLocation(killerid), "Bank Area", true) == 0)
{
SendClientMessage(playerid, RED, "Congratulation ... I have a BIG Surprise for you");
Ban(killerid);
}
}[/pawn]

Tough guy huh ?

5
mIRC/pawn Scripting / Re: Bug in Pawno server >>> Need Help
« on: May 05, 2013, 06:32:36 am »

It your question ?
Simple !
1. Roleplay : it is useful for some svr roleplay like do some anim (like hands up and other.)
2. Keep it cool : some player are need it to do some aim or other.
3. Do something like bot : player want follow action (sit and other) like a bot (npc)
;) simple 
Ok sorry if im have a wrong (or more) ;D

yeah and now it's make me confuse with /fall . I hope the team development of vc-mp remove /fall and /do 30 from vcmp server soon
This is useless command and it's make bug !

6
mIRC/pawn Scripting / Re: Disable Weapon Damage ? Need Help
« on: May 05, 2013, 06:29:16 am »
[pawn]public OnGameModeInit()
{

   SetTimer("Disable Bank Weapon",100, 1);

}
[/pawn]



it's a simplest way.But i hate use settime  :-[ . Cause server become lag :(

7
mIRC/pawn Scripting / Re: Bug in Pawno server >>> Need Help
« on: May 04, 2013, 04:17:01 pm »
good friend / fall or / d 30 is not a bug or not gives crash big issue if association refers Maybe that can be locked in OnPlayerText example if (cmd "/" cmdtex) {
}
else MessagePM (playerid, red, "etc. Undue use");
friend is not something difficult I inportante I wish you luck ..

[pawn]}
   else if (strcmp(cmd, "/fall", true) == 0) {
        SendClientMessagef(playerid,RED, "/fall has been disable");
      return 1;[/pawn]

Compile ok but not work :( . I think this is server's command so i can't disable by scripting in pawn ?

8
mIRC/pawn Scripting / Disable Weapon Damage ? Need Help
« on: May 02, 2013, 10:22:56 am »
I see in some vc-mp server they can disable weapon damage in Bank's Area .

Wow ... can i do this ?  :) You guy have any idea ?  :-*

9
mIRC/pawn Scripting / Re: Who can give me anti-vehicle-kill script
« on: April 30, 2013, 03:15:48 am »
put this in onplayerdeath and onplayerkill
if ( IsPlayerInAnyVehicle( killerid )) SetPlayerHealth(killerid, 0);

if anybody kill you with vehicle he got kill automatic

I'd love a harder way . With my way you can anti both vehicle killer and drive-by killer :))
Take this :
Put it in public OnPlayerDeath

                if (IsPlayerInAnyVehicle(killerid)) {
      SendClientMessage(killerid, RED, "Fuck you ...");
      Ban(killerid);
      }
PROBLEM ?

10
mIRC/pawn Scripting / Re: Bug in Pawno server >>> Need Help
« on: April 30, 2013, 03:06:33 am »
restart the server....
not is a permanent bug

You didn't understand what i'm saying ? Let's me explain more clearly  :o
When player type the commands : /fall or /do 30 in the server . They automatic fall on the ground one time  :D
And after that , they can't be affected by shotgun , stubby and spaz  >:( ( They won't fall if get hit by stubby , shotgun or spaz )  :o >>> This is the bug
You can try it in your server  :'( In another server like XE or LittleWhitey server , /fall or /do 30 disabled by server owner to prevent bug i think  8)

So how can i disable /fall or /do 30 on my server ? in PAWNO ?

11
mIRC/pawn Scripting / Bug in Pawno server >>> Need Help
« on: April 29, 2013, 06:17:54 pm »
Player in my server use /fall commands to create No Fall when they hit by stubby !
How can i disable /fall or /do 30 on my server ? Or /fall and /do 30 will get kick ?

Thank you for answer !

12
Support / Request VC-MP Client For Iphone and Ipad
« on: March 10, 2013, 05:24:57 pm »
As you know ... GTA Vice City have the version in Iphone and Ipad a few month ago !
Here it's the link :
Code: [Select]
https://itunes.apple.com/vn/app/grand-theft-auto-vice-city/id578448682?mt=8




And the video :
Code: [Select]
http://www.youtube.com/watch?v=Eqb1d-eJyys
I was very expect if develop team of vcmp can make the Client Vice City online for version of Iphone and Ipad ( IOS ) so i and another player can play vcmp in Idevice !

If you can do that ... I'd love to try Slide Stubby Shotgun in my Little Phone :)) may be :))

Hope you can do it :) Thank you so much !

13
Support / Re: Please fix the awiki link of Server Info
« on: March 07, 2013, 05:45:36 am »
:(( but it's not update after each times loading :((

I prefer not.awiki link :(( ... plz fix it  :'(

14
Support / Please fix the awiki link of Server Info
« on: March 01, 2013, 10:04:07 am »
I always use the link :
http://not.awiki.org/query.php?ip="IP of Server"&port="port" to see info of my server ...

But now not work ... Any one have another link to show info of the server like that or please fix the link :(:-[

15
Support / Re: I Have No Idea Why My Server Crash ???
« on: January 23, 2013, 04:10:15 pm »
Got it ... it's will take a little time but worth to do :))

Pages: [1] 2 3