Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: killvn1 on April 29, 2013, 06:17:54 pm

Title: Bug in Pawno server >>> Need Help
Post by: killvn1 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 !
Title: Re: Bug in Pawno server >>> Need Help
Post by: aledark24 on April 29, 2013, 06:28:05 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 !

restart the server....
not is a permanent bug
Title: Re: Bug in Pawno server >>> Need Help
Post by: killvn1 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 ?
Title: Re: Bug in Pawno server >>> Need Help
Post by: [Saint] on April 30, 2013, 12:41:25 pm
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 ?

These teams are working on the client side, you can not disable it, it is not possible to make a server, you must modify the client!
Title: Re: Bug in Pawno server >>> Need Help
Post by: Jellyfish on May 02, 2013, 06:47:09 pm
Warn/kick (or ban in severe cases) if people continue to do that.
Title: Re: Bug in Pawno server >>> Need Help
Post by: asderwin on May 03, 2013, 07:56:13 am
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 ..
Title: Re: Bug in Pawno server >>> Need Help
Post by: killvn1 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 ?
Title: Re: Bug in Pawno server >>> Need Help
Post by: MatheuS on May 04, 2013, 04:44:35 pm
disable by scripting in pawn ?

I'm pretty sure you do not have to disable this command by pawn. why are commands animation VcMP
Title: Re: Bug in Pawno server >>> Need Help
Post by: dynavolt71 on May 04, 2013, 05:03:32 pm


why are commands animation VcMP
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
Title: Re: Bug in Pawno server >>> Need Help
Post by: killvn1 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 !
Title: Re: Bug in Pawno server >>> Need Help
Post by: Jellyfish on May 05, 2013, 06:17:42 pm
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.
Title: Re: Bug in Pawno server >>> Need Help
Post by: killvn1 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  :-[