help fast please!
#1

Can someone tell me why i get these two warnings ?

C:\Program Files\lvcnrr\gamemodes\LVCNR1.pwn(901) : warning 213: tag mismatch
C:\Program Files\lvcnrr\gamemodes\LVCNR1.pwn(902) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Warnings.



PHP код:
new Float:ArmySpawnPoints[][] =
{
{-
1390.3375,497.3549,18.2344,0},
{-
1369.9075,491.8413,11.1953,270}
}; 
Reply
#2

Change the '0' and the '270' to '0.0' and '270.0'. The compiler thinks that these values are integers as opposed to floats, hence the tag mismatch warning.
Reply
#3

Fixed thank you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)