SA-MP Forums Archive
Pawncc.exe[Application Error][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: Pawncc.exe[Application Error][Rep+] (/showthread.php?tid=650899)



Pawncc.exe[Application Error][Rep+] - RODELA - 09.03.2018

when i put this on my script >>>>

Code:
	//Labels
	CreateDynamic3DTextLabel(("Don't Forget to read rules.",COLOR_YELLOW,1467.841308,-1256.526367,14.571758,98.0136);
when i try to compile my pawn crash.

Code:
The Instruction at 0x100199ec Referenced memory at 0x00000044.The memory could not be read.

Click on OK to Teminate the program.
Can anyone tell me what is the problem?


Re: Pawncc.exe[Application Error][Rep+] - [WSF]ThA_Devil - 09.03.2018

From what I quickly spotted you have 2 opening brackets. "((". Remove one and see if that helps.


Re: Pawncc.exe[Application Error][Rep+] - RODELA - 09.03.2018

still


Re: Pawncc.exe[Application Error][Rep+] - [WSF]ThA_Devil - 09.03.2018

I'm not quite sure, it seems to compile just fine for me. Try downloading a new sa-mp package and replace the compiler or perhaps try a different compiler altogether? Zeex's for example?


Re: Pawncc.exe[Application Error][Rep+] - AdamsLT - 09.03.2018

No idea, just some guesses for you to test out.

Replace Color_Yellow directly with a code like 0xFFFF00AA
Try creating the 3d text label without the streamer ( Create3DTextLabel )

So it would be something like this:

PHP Code:
Create3DTextLabel("Don't Forget to read rules."0xFFFF00AA1467.841308, -1256.52636714.57175898.0136); 



Re: Pawncc.exe[Application Error][Rep+] - Meller - 09.03.2018

Quote:
Originally Posted by AdamsLT
View Post
No idea, just some guesses for you to test out.

Replace Color_Yellow directly with a code like 0xFFFF00AA
Try creating the 3d text label without the streamer ( Create3DTextLabel )

So it would be something like this:

PHP Code:
Create3DTextLabel("Don't Forget to read rules."0xFFFF00AA1467.841308, -1256.52636714.57175898.0136); 
A PAWN Macro has nothing to do with memory exceptions. If you've got
Quote:
Originally Posted by AdamsLT
View Post
No idea
then don't even post here.