Pawncc.exe[Application Error][Rep+]
#1

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?
Reply
#2

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

still
Reply
#4

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?
Reply
#5

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); 
Reply
#6

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.

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)