SA-MP Forums Archive
Weird AutoUpdate Glitch (+Rep) - 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: Weird AutoUpdate Glitch (+Rep) (/showthread.php?tid=584410)



Weird AutoUpdate Glitch (+Rep) - NickMirra - 04.08.2015

https://www.youtube.com/watch?v=VdxK...ature=*********

This is what happens, whenever i log on it tps me to the id 0, if there isnt a id 0 it tps me to blueberry, i try /sethp 0 but than it says im not dead yet when i try to revive, i removed /drag and that. no idea whats causing the problem.


Re: Weird AutoUpdate Glitch (+Rep) - NickMirra - 04.08.2015

Bump.


Re: Weird AutoUpdate Glitch (+Rep) - Variable™ - 04.08.2015

Removed.


Re: Weird AutoUpdate Glitch (+Rep) - Abagail - 04.08.2015

You probably need to set the BeingDraggedBy or whatever variable to INVALID_PLAYER_ID if you have a drag system.


Re: Weird AutoUpdate Glitch (+Rep) - NickMirra - 05.08.2015

I took out all of the drag code and i get this now,
Код:
C:\Users\Nick\Documents\SAMP S\pawno\include\streamer.inc(320) : error 017: undefined symbol "Streamer_OnPlayerEditObject"
C:\Users\Nick\Documents\SAMP S\pawno\include\streamer.inc(383) : error 017: undefined symbol "Streamer_OnPlayerEnterCP"
../gamemodes/OnConnect.pwn(206) : error 017: undefined symbol "ResetPlayerWeaponsEx"
../gamemodes/OnConnect.pwn(213) : error 017: undefined symbol "StopAudioStreamForPlayerEx"
../gamemodes/OnConnect.pwn(221) : error 017: undefined symbol "GetMaxIPs"
../gamemodes/OnConnect.pwn(236) : error 017: undefined symbol "PlayerName"
../gamemodes/OnConnect.pwn(239) : error 017: undefined symbol "KickEx"
../gamemodes/OnConnect.pwn(244) : error 017: undefined symbol "PlayerName"
../gamemodes/OnConnect.pwn(247) : error 004: function "LoginLog" is not implemented
../gamemodes/OnConnect.pwn(257) : error 017: undefined symbol "CheckIP"
../gamemodes/OnConnect.pwn(258) : error 004: function "FixHour" is not implemented
../gamemodes/OnConnect.pwn(259) : error 017: undefined symbol "PlayerName"
../gamemodes/OnConnect.pwn(275) : error 017: undefined symbol "PlayerName"
../gamemodes/OnConnect.pwn(276) : error 017: undefined symbol "SendAdminMessage"
../gamemodes/OnConnect.pwn(289) : error 017: undefined symbol "PlayerName"
../gamemodes/OnConnect.pwn(290) : error 017: undefined symbol "SendAdminMessage"
../gamemodes/OnConnect.pwn(303) : error 017: undefined symbol "PlayerName"
../gamemodes/OnConnect.pwn(304) : error 017: undefined symbol "SendAdminMessage"
../gamemodes/OnGameMode.pwn(15) : error 017: undefined symbol "split"
../gamemodes/OnGameMode.pwn(67) : error 017: undefined symbol "split"
../gamemodes/OnGameMode.pwn(132) : error 017: undefined symbol "split"
../gamemodes/OnGameMode.pwn(158) : error 017: undefined symbol "split"
../gamemodes/OnGameMode.pwn(191) : error 017: undefined symbol "split"
../gamemodes/OnGameMode.pwn(233) : error 017: undefined symbol "split"
../gamemodes/OnGameMode.pwn(297) : error 017: undefined symbol "split"
../gamemodes/OnGameMode.pwn(321) : error 017: undefined symbol "split"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.