Tag Mismatch
#1

Hey, I got a tag mismatch at this line

pawn Код:
new Float:vehTrunkArmour[MAX_VEHICLES] = 0;
The things the line is used to works. But does anyone know how to just make that mismatch dissipare?
I prefer to have no warnings or errors while having complied :P
Reply
#2

new Float:vehTrunkArmour[MAX_VEHICLES] = 0.0;

And arrays are filed with zeros already when you declare them
Reply
#3

vrong topic sorry
Reply
#4

Quote:
Originally Posted by dice7
Посмотреть сообщение
new Float:vehTrunkArmour[MAX_VEHICLES] = 0.0;

And arrays are filed with zeros already when you declare them
Worked, thanks for quick answers.

And yeah, I know that they are filled with 0 as default. I'm just used to write it :3

Problem Solved
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)