Tag mismatch :S
#1

Quote:

C:\Documents and Settings\LTomi\Dokumentumok\SA-MP\Gold RPG\gamemodes\goldrpg.pwn(8066) : warning 213: tag mismatch

Line 8066:
pawn Код:
GetPlayerHealth(i, health);
Where is the problem?
Reply
#2

Make sure you defined "health" as a Float
Reply
#3

SOLVED
Reply
#4

Replace

pawn Код:
new health;
with
pawn Код:
new Float:health;
Reply
#5

Thank you for helping.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)