Little help here? ;)
#1

So i have this:
Код:
new Lol[MAX_PLAYERS][200];
and this:
Код:
for(new i=0; i<201; i++)
{
Lol[playerid][i] = CreatePlayer3DTextLabel(playerid,"[!]",COLOR_RED,dx,dy,dz,50.0);
}
And error is like this:
Код:
D:\SA-Serv 3\gamemodes\lol.pwn(3606) : warning 213: tag mismatch
So what's the problem?
Reply
#2

Код:
new PlayerText3D:Lol[MAX_PLAYERS][200];
It is just a warning you are getting because that function is tagged. By the way, that variable is huge.
Reply
#3

Tyvm. and that variable is actually smaller, 200 is just a random number.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)