Author Topic: Bug in Pawno server >>> Need Help  (Read 6423 times)

0 Members and 1 Guest are viewing this topic.

Offline killvn1

  • Street Thug
  • *
  • Posts: 33
    • View Profile
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 !

Offline aledark24

  • Made Man
  • ***
  • Posts: 206
  • I am a scripter and you have celous of me....so you crashed my servers
    • View Profile
Re: Bug in Pawno server >>> Need Help
« Reply #1 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
I am a great scripter and you are celous of my works
.....

Vice City Life Multiplayer By Saint

Offline killvn1

  • Street Thug
  • *
  • Posts: 33
    • View Profile
Re: Bug in Pawno server >>> Need Help
« Reply #2 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 ?
« Last Edit: April 30, 2013, 03:08:19 am by killvn1 »

Offline [Saint]

  • Made Man
  • ***
  • Posts: 126
  • Pawn scripting for SA:MP and VC:MP
    • View Profile
    • vk.com/vicecitymultiplayer
Re: Bug in Pawno server >>> Need Help
« Reply #3 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!


Russian Сommunity

Вступайте в группу: vk.com/vicecitymultiplayer

My profile on sa-mp.com

Offline Jellyfish

  • Street Thug
  • *
  • Posts: 12
    • View Profile
Re: Bug in Pawno server >>> Need Help
« Reply #4 on: May 02, 2013, 06:47:09 pm »
Warn/kick (or ban in severe cases) if people continue to do that.

Offline asderwin

  • Street Thug
  • *
  • Posts: 15
    • View Profile
Re: Bug in Pawno server >>> Need Help
« Reply #5 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 ..

Offline killvn1

  • Street Thug
  • *
  • Posts: 33
    • View Profile
Re: Bug in Pawno server >>> Need Help
« Reply #6 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 ?

Offline MatheuS

  • Made Man
  • ***
  • Posts: 207
  • Pawn And Squirrel Scripter
    • View Profile
    • Brazillian Community
Re: Bug in Pawno server >>> Need Help
« Reply #7 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

Offline dynavolt71

  • Crime Boss
  • ****
  • Posts: 371
    • View Profile
    • My Blog
Re: Bug in Pawno server >>> Need Help
« Reply #8 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
[PAWNO]Fix Error " Failed to set data for "" " - http://forum.vicecitymultiplayer.com/index.php?topic=5743.0



:'(

Offline killvn1

  • Street Thug
  • *
  • Posts: 33
    • View Profile
Re: Bug in Pawno server >>> Need Help
« Reply #9 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 !
« Last Edit: May 05, 2013, 06:37:40 am by killvn1 »

Offline Jellyfish

  • Street Thug
  • *
  • Posts: 12
    • View Profile
Re: Bug in Pawno server >>> Need Help
« Reply #10 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.

Offline killvn1

  • Street Thug
  • *
  • Posts: 33
    • View Profile
Re: Bug in Pawno server >>> Need Help
« Reply #11 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  :-[