Need a little bit of help.
#1

Hey guys, Pretty long time ago that I posted here, I got stuck on a problem.

This is the warning:

Код:
C:\Documents and Settings\Wouter\Bureaublad\SA-MP Scripting\pawno\J-RP.pwn(215) : warning 213: tag mismatch
C:\Documents and Settings\Wouter\Bureaublad\SA-MP Scripting\pawno\J-RP.pwn(216) : warning 213: tag mismatch
And the code:

Код:
ImAGuard = Create3DTextLabel("Prison Guard", 0x3A47DEFF, 0.0, 0.0, 0.0, 25.0, -1,  1); ** 1 error
Attach3DTextLabelToPlayer(ImAGuard, playerid, 0.0, 0.0, 0.7); ** 1 error
Thanks!
Reply
#2

Please?? lulz
Reply
#3

You know what, I was going to help you, but since that you are impacient and you think that your post is more urgent than others, I won't, you will have to wait to someone else now, just keep with my bumping.
Reply
#4

They aren't errors they are warnings
Reply
#5

Bump(ercars)
Reply
#6

is "IAmAGuard" Defined?

Код:
new Text3D:IAmAGuard[MAX_PLAYERS];
or try this:

Код:
ImAGuard[playerid] = Create3DTextLabel("Prison Guard", 0x3A47DEFF, 0.0, 0.0, 0.0, 25.0, -1,  1);
Attach3DTextLabelToPlayer(ImAGuard, playerid, 0.0, 0.0, 0.7);
Reply
#7

It was the above part that was wrong, Thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)