09.04.2012, 15:16
Hi guys, i'm scripting a gamemode, like some of you saw.
I'm making random spawn, but i'm getting some weirds warnings, i know what they mean, i just can't fix them
this is the code:
The warnings:
I've already done this before, but since i do not script a while ago, i've forgot some things :/
I'm making random spawn, but i'm getting some weirds warnings, i know what they mean, i just can't fix them
this is the code:
pawn Код:
new Float:truckers[][4] =
{
(1767.3986, -2040.7504, 12.7799, 270),
(-2131.4541, -229.8926, 34.7430, 296)
};
pawn Код:
C:\Users\****\Desktop\samp03dsvr_R2_win32\gamemodes\******.pwn(48) : warning 213: tag mismatch
C:\Users\****\Desktop\samp03dsvr_R2_win32\gamemodes\******.pwn(50) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Warnings.