SA-MP Forums Archive
Weird - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Weird (/showthread.php?tid=108726)



Weird - (Jeff) - 15.11.2009

I recently tried to run a script but this keeps coming, its not supposed to keep coming D:
Код:
main()
{
print(" _________________________________________________ ");
print("|_________________________________________________| ");
print("        ~The Take5 Roleplay~");
print(" ");
print("       By: Fear & parts of Kinetic");
print("   Modifications and Additions by: R4YY4N ");
print(" _________________________________________________ ");
print("|_________________________________________________| ");
}
Its Only S'posed to come once, but this comes again and again and again and when we go IG the script is fucked this is urgent we more than 30 players wanting to come IG but i got this issue


Re: Weird - miokie - 15.11.2009

Backtrack through everything you've scripted and double check the script.

Could be a problem in ongamemodeinit


Re: Weird - (Jeff) - 15.11.2009

tried it, didn't help D:


Re: Weird - (Jeff) - 15.11.2009

while I've made this topic i might aswell tell another problem I'm having:
Код:
C:\Users\Farida.Farida-PC\Documents\Server\gamemodes\ERP.PWN(1726) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Farida.Farida-PC\Documents\Server\gamemodes\ERP.PWN(1731) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Farida.Farida-PC\Documents\Server\gamemodes\ERP.PWN(1942) : error 004: function "ProxDetector" is not implemented
C:\Users\Farida.Farida-PC\Documents\Server\gamemodes\ERP.PWN(2002) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Farida.Farida-PC\Documents\Server\gamemodes\ERP.PWN(2012) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Farida.Farida-PC\Documents\Server\gamemodes\ERP.PWN(2023) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Farida.Farida-PC\Documents\Server\gamemodes\ERP.PWN(2221) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Users\Farida.Farida-PC\Documents\Server\gamemodes\ERP.PWN(2246) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Users\Farida.Farida-PC\Documents\Server\gamemodes\ERP.PWN(2267) : error 004: function "SetPlayerCriminal" is not implemented
C:\Users\Farida.Farida-PC\Documents\Server\gamemodes\ERP.PWN(2284) : error 004: function "SetPlayerCriminal" is not implemented
C:\Users\Farida.Farida-PC\Documents\Server\gamemodes\ERP.PWN(2366) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Farida.Farida-PC\Documents\Server\gamemodes\ERP.PWN(2370) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Farida.Farida-PC\Documents\Server\gamemodes\ERP.PWN(2382) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Farida.Farida-PC\Documents\Server\gamemodes\ERP.PWN(2386) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Farida.Farida-PC\Documents\Server\gamemodes\ERP.PWN(2390) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Farida.Farida-PC\Documents\Server\gamemodes\ERP.PWN(2394) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Farida.Farida-PC\Documents\Server\gamemodes\ERP.PWN(2398) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Farida.Farida-PC\Documents\Server\gamemodes\ERP.PWN(2402) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Farida.Farida-PC\Documents\Server\gamemodes\ERP.PWN(2406) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Farida.Farida-PC\Documents\Server\gamemodes\ERP.PWN(2417) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Farida.Farida-PC\Documents\Server\gamemodes\ERP.PWN(2421) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Farida.Farida-PC\Documents\Server\gamemodes\ERP.PWN(2425) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Farida.Farida-PC\Documents\Server\gamemodes\ERP.PWN(2429) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Farida.Farida-PC\Documents\Server\gamemodes\ERP.PWN(2433) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Farida.Farida-PC\Documents\Server\gamemodes\ERP.PWN(2437) : error 004: function "PlayerToPoint" is not implemented
C:\Users\Farida.Farida-PC\Documents\Server\gamemodes\ERP.PWN(2449) : error 004: function "PlayerToPoint" is not implemented

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


26 Errors.
this happened when i commented a few playertopoints which weren't needed anymore help pl0x