05.12.2010, 23:56
Sometimes many if symbols gives me errors '-'
When it happens, i use one if in the begining and else if after, try this:
I hope i have helped
When it happens, i use one if in the begining and else if after, try this:
pawn Код:
if(classid == 0)
{
GameTextForPlayer(playerid, "~r~ Area 69!", 3000, 1);
}
else if(classid == 1)
{
GameTextForPlayer(playerid, "~r~ Abandoned airport!", 3000, 1);
}
I hope i have helped