SA-MP Forums Archive
Pawno has stopped working, problem! pls help!:) - 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: Pawno has stopped working, problem! pls help!:) (/showthread.php?tid=271285)



Pawno has stopped working, problem! pls help!:) - bugatty20072008 - 23.07.2011

So,i attached to this topic a file,its my gamemode.pwn... i added some things in it #include <FairPlay>
#include <audio> and when i compile it says Pawno has stopped working! can someone tell me whats the problem? the gamemode has 400k lines,so i could not write it here,pls someone fix for me or help me..! when i erase #include <FairPlay>
#include <audio> it gives me the same problem so i dont think its from there....
srry for bad english
Please help!


Re: Pawno has stopped working, problem! pls help!:) - Rafa - 23.07.2011

delite the last thing u have made...


Re: Pawno has stopped working, problem! pls help!:) - Toreno - 23.07.2011

This problem may cause with many reasons, try deleting the last callback or function you have done or find any missing brackets, or any wrong texting.


Re: Pawno has stopped working, problem! pls help!:) - MoroDan - 23.07.2011

Next time, more attention.
Код:
Ai mai mult grija pe viitor :p:p



Re: Pawno has stopped working, problem! pls help!:) - bugatty20072008 - 24.07.2011

there are not any missing brakets, and @morodan thxx man,now its not saying anymore that has stopped working,but it gives me like 10 errors >.>
Код:
C:\Users\MamaOdete\Desktop\4 Fun Team Server\4 Fun Roleplay\pawno\include\FairPlay.inc(52) : warning 235: public function lacks forward declaration (symbol "INC_SetVehiclePos")
C:\Users\MamaOdete\Desktop\4 Fun Team Server\4 Fun Roleplay\gamemodes\Zonek.pwn(41) : warning 201: redefinition of constant/macro (symbol "MAX_STRING")
C:\Users\MamaOdete\Desktop\4 Fun Team Server\4 Fun Roleplay\gamemodes\Zonek.pwn(9339) : error 017: undefined symbol "SetPDistance"
C:\Users\MamaOdete\Desktop\4 Fun Team Server\4 Fun Roleplay\gamemodes\Zonek.pwn(12008) : error 021: symbol already defined: "strtok"
C:\Users\MamaOdete\Desktop\4 Fun Team Server\4 Fun Roleplay\gamemodes\Zonek.pwn(12023) : error 047: array sizes do not match, or destination array is too small
C:\Users\MamaOdete\Desktop\4 Fun Team Server\4 Fun Roleplay\gamemodes\Zonek.pwn(13813) : error 017: undefined symbol "ReturnUser"
C:\Users\MamaOdete\Desktop\4 Fun Team Server\4 Fun Roleplay\gamemodes\Zonek.pwn(14087) : error 017: undefined symbol "ReturnUser"
C:\Users\MamaOdete\Desktop\4 Fun Team Server\4 Fun Roleplay\gamemodes\Zonek.pwn(14120) : error 017: undefined symbol "ReturnUser"
C:\Users\MamaOdete\Desktop\4 Fun Team Server\4 Fun Roleplay\gamemodes\Zonek.pwn(14528) : warning 219: local variable "mod" shadows a variable at a preceding level
C:\Users\MamaOdete\Desktop\4 Fun Team Server\4 Fun Roleplay\gamemodes\Zonek.pwn(15002) : error 017: undefined symbol "ReturnUser"
C:\Users\MamaOdete\Desktop\4 Fun Team Server\4 Fun Roleplay\gamemodes\Zonek.pwn(16052) : error 017: undefined symbol "ReturnUser"
C:\Users\MamaOdete\Desktop\4 Fun Team Server\4 Fun Roleplay\gamemodes\Zonek.pwn(16101) : error 017: undefined symbol "ReturnUser"
C:\Users\MamaOdete\Desktop\4 Fun Team Server\4 Fun Roleplay\gamemodes\Zonek.pwn(16388) : error 017: undefined symbol "ReturnUser"
C:\Users\MamaOdete\Desktop\4 Fun Team Server\4 Fun Roleplay\gamemodes\Zonek.pwn(16639) : error 017: undefined symbol "ReturnUser"
C:\Users\MamaOdete\Desktop\4 Fun Team Server\4 Fun Roleplay\gamemodes\Zonek.pwn(16828) : error 017: undefined symbol "ReturnUser"
C:\Users\MamaOdete\Desktop\4 Fun Team Server\4 Fun Roleplay\gamemodes\Zonek.pwn(17709) : error 017: undefined symbol "ReturnUser"
C:\Users\MamaOdete\Desktop\4 Fun Team Server\4 Fun Roleplay\gamemodes\Zonek.pwn(18212) : error 017: undefined symbol "ReturnUser"
C:\Users\MamaOdete\Desktop\4 Fun Team Server\4 Fun Roleplay\gamemodes\Zonek.pwn(18717) : error 017: undefined symbol "ReturnUser"



Re: Pawno has stopped working, problem! pls help!:) - bugatty20072008 - 24.07.2011

Nevermind,i will modifiy the gamemode again and check each time to know what i make wrong anyway thx for help xD


Re: Pawno has stopped working, problem! pls help!:) - bugatty20072008 - 24.07.2011

ok,now i took the original gamemode,and modified nothing,and tried to compile,and it says:
Код:
 C:\Users\MamaOdete\Desktop\gamemode modificare\gamemodes\Zonek.pwn(40) : warning 201: redefinition of constant/macro (symbol "MAX_STRING")
C:\Users\MamaOdete\Desktop\gamemode modificare\gamemodes\Zonek.pwn(11989) : error 021: symbol already defined: "strtok"
C:\Users\MamaOdete\Desktop\gamemode modificare\gamemodes\Zonek.pwn(12004) : error 047: array sizes do not match, or destination array is too small
C:\Users\MamaOdete\Desktop\gamemode modificare\gamemodes\Zonek.pwn(14509) : warning 219: local variable "mod" shadows a variable at a preceding level
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
what can i do? i didnt modified something in it,i just wanted to see if it gives me errors...could it be from my pawno program? or what please help...


Re: Pawno has stopped working, problem! pls help!:) - MoroDan - 24.07.2011

Just comment ( /* ... */ ) the strtok function, and the MAX_STRING macro. And at line 12004, post it here .


Re: Pawno has stopped working, problem! pls help!:) - bugatty20072008 - 24.07.2011

well no more needed,i found out how to modify again a basic gamemode even if the modified one dosent work i make it again ^^ but thx for help


Re: Pawno has stopped working, problem! pls help!:) - MoroDan - 24.07.2011

Eh, it wasn't hard to remove that easy errors :d.