SA-MP Forums Archive
Gamemode problem. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Gamemode problem. (/showthread.php?tid=540985)



Gamemode problem. - AlterEGO - 08.10.2014

Hello there,
so me and couple of friends edited a PRRP script to our improved version,
So everything is great we have a host and all,

But there is one problem:

The animations doesnt work on host but on my home-server it's works fine.
I don't know why, all the plugins are working,
I wonder if you could help me.

So when i type any kind of animations it's prints:
"You must wait to apply another animation."
Everytime i tried anything,
But still it doesnt works.
I will REP+ anyone that's helps me,
Thanks.


Re: Gamemode problem. - YanLanger - 08.10.2014

It doesn't work on host but on home server it works ?

Mhmm, Does your GM compiles with no errors/warnings ?


Re: Gamemode problem. - XerxesOGG - 08.10.2014

Have you checked your Log File on your host ? Could you show it to us ?


Re: Gamemode problem. - AlterEGO - 08.10.2014

Quote:
Originally Posted by XerxesOGG
Посмотреть сообщение
Have you checked your Log File on your host ? Could you show it to us ?
Yes, I have few warnings in my pawn,
Here it is:
../gamemodes/OnGameMode.pwn(11591) : warning 204: symbol is assigned a value that is never used: "amount"
../gamemodes/OnCommand.pwn(24145) : warning 204: symbol is assigned a value that is never used: "devtext"
../gamemodes/OnCommand.pwn(24145) : warning 204: symbol is assigned a value that is never used: "sendername"
Pawn compiler 3.2.3664 Copyright (coffee) 1997-2006, ITB CompuPhase


3 Warnings.


And here is the host's server log:
# : sscanf
[20:45:59]

[20:45:59] ===============================

[20:45:59] sscanf plugin loaded.

[20:45:59] © 2009 Alex "******" Cole

[20:45:59] 0.3d-R2 500 Players "dnee"

[20:45:59] ===============================

[20:45:59] Loaded.
[20:45:59] Loading plugin: streamer
[20:45:59]

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[20:45:59] Loaded.
[20:45:59] Loaded 4 plugins.

[20:45:59]
[20:45:59] Ban list
[20:45:59] --------
[20:45:59] Loaded: samp.ban
[20:45:59]
[20:45:59]
[20:45:59] Filterscripts
[20:45:59] ---------------
[20:45:59] Loaded 0 filterscripts.

[20:45:59] OnGameo
[20:45:59] Bots loading, beginning...
[20:45:59] Loading Bot Number 1
[20:45:59] | Project Los Santos 0.2 |
[20:45:59] Number of vehicle models: 40
[20:46:01] Loading Bot Number 2
[20:46:03] Loading Bot Number 3
[20:46:03] Incoming connection: 127.0.0.1:49653
[20:46:06] Loading Bot Number 4
[20:46:06] Incoming connection: 127.0.0.1:49668
[20:46:08] Loading Bot Number 5
[20:46:08] Incoming connection: 127.0.0.1:49673
[20:46:10] Loading Bot Number 6
[20:46:10] Incoming connection: 127.0.0.1:49674
[20:46:12] Loading Bot Number 7
[20:46:12] Incoming connection: 127.0.0.1:49675
[20:46:14] Loading Bot Number 8
[20:46:14] Incoming connection: 127.0.0.1:49676
[20:46:16] Loading Bot Number 9
[20:46:16] Incoming connection: 127.0.0.1:49678
[20:46:17] Incoming connection: 87.68.70.6:58542
[20:46:18] [join] Grant_McAdam has joined the server (0:87.68.70.6)
[20:46:18] Loading Bot Number 10
[20:46:18] Incoming connection: 127.0.0.1:49679
[20:46:20] Loading Bot Number 11
[20:46:20] Incoming connection: 127.0.0.1:49680
[20:46:22] Loading Bot Number 12
[20:46:22] Incoming connection: 127.0.0.1:49681
[20:46:24] Loading Bot Number 13
[20:46:25] Incoming connection: 127.0.0.1:49682
[20:46:27] Loading Bot Number 14
[20:46:27] Incoming connection: 127.0.0.1:49683
[20:46:29] Loading Bot Number 15
[20:46:29] Incoming connection: 127.0.0.1:49684
[20:46:31] Loading Bot Number 16
[20:46:31] Incoming connection: 127.0.0.1:49685
[20:46:33] Loading Bot Number 16
[20:46:33] Incoming connection: 127.0.0.1:49701
[20:46:35] Loading Bot Number 17
[20:46:35] Incoming connection: 127.0.0.1:49702
[20:46:37] Loading Bot Number 18
[20:46:37] Incoming connection: 127.0.0.1:49705
[20:46:39] Loading Bot Number 19
[20:46:39] Incoming connection: 127.0.0.1:54371
[20:46:41] Loading Bot Number 20
[20:46:41] Incoming connection: 127.0.0.1:54373
[20:46:43] Loading Bot Number 21
[20:46:43] Incoming connection: 127.0.0.1:54389
[20:46:45] Loading Bot
[20:46:45] Incoming connection: 127.0.0.1:54390
[20:46:48] Loading Bot
[20:46:48] Incoming connection: 127.0.0.1:54391
[20:46:50] Loading Bot
[20:46:50] Incoming connection: 127.0.0.1:54392
[20:46:52] Loading Bot
[20:46:52] Incoming connection: 127.0.0.1:54394
[20:46:54] Loading Bot
[20:46:54] Bots loading, ended.
[20:46:54] Incoming connection: 127.0.0.1:54410
[20:47:16] Incoming connection: 84.110.8.172:49888

Oh and it's seems all commands that you need to wait a bit to type them again are not working in the host.
Like for example the /tazer not working aswell, if i try and taze someone it's prints "you need to wait for the tazer to reload".
And some more commands like that.


Re: Gamemode problem. - SaintMikey - 08.10.2014

I got a quick advice for you, And i'll make it simple, Go download an Animations filterscript, and your issue should be solved, then Comment ((//)) All of the lines, where you got the Animations, and wallah, it could be solved!


Re: Gamemode problem. - AlterEGO - 08.10.2014

Quote:
Originally Posted by SaintMikey
Посмотреть сообщение
I got a quick advice for you, And i'll make it simple, Go download an Animations filterscript, and your issue should be solved, then Comment ((//)) All of the lines, where you got the Animations, and wallah, it could be solved!
Actually i want to avoid that really,
I could do that but that doesn't solve my "timer" CMDS problem,
And really the animations filterscript can mix with my script not really well.
Thanks anyway though.


Re: Gamemode problem. - Pottus - 08.10.2014

What are you using to check the time? GetTickCount() ?


Re: Gamemode problem. - AlterEGO - 08.10.2014

Quote:
Originally Posted by Pottus
Посмотреть сообщение
What are you using to check the time? GetTickCount() ?
Sorry, i am using the GETTICKCOUNT,
MY BAD.