29.05.2011, 11:35
Hello.
T'day I was working with random spawns.
Everything's okey, but I receiving the following warning:
warning 213: tag mismatch
It's in lines 1131 -> 1135
Here are these lines:
Any suggestions?
T'day I was working with random spawns.
Everything's okey, but I receiving the following warning:
warning 213: tag mismatch
It's in lines 1131 -> 1135
Here are these lines:
pawn Код:
// {posX, posY, posZ, rot}
new Float:BattleFieldSpawns[4][4] = {
{-1132.9099, 1051.1733, 1346.1875, 90},
{-1130.3378, 1059.2005, 1346.1573, 90},
{-1126.56713867, 1092.78271484, 1345.50048828, 90},
{-1129.30297852, 1052.89721680, 1345.47644043, 90}};