27.07.2013, 13:56
pawn Код:
CMD:commands
{
TextDrawShowForPlayer(playerid,TextDraw1);
TextDrawShowForPlayer(playerid,TextDraw2);
TextDrawShowForPlayer(playerid,TextDraw3);
TextDrawShowForPlayer(playerid,TextDraw4);
TextDrawShowForPlayer(playerid,TextDraw5);
TextDrawShowForPlayer(playerid,TextDraw6);
TextDrawShowForPlayer(playerid,TextDraw7);
TextDrawShowForPlayer(playerid,TextDraw8);
TextDrawShowForPlayer(playerid,usebox);
return 1;
}
return 1 = Line 1649
} = Line 1650
Код:
C:\Users\Grand\Desktop\Ultimate Gaming Ground\gamemodes\STUNTS.pwn(1639) : error 010: invalid function or declaration C:\Users\Grand\Desktop\Ultimate Gaming Ground\gamemodes\STUNTS.pwn(1649) : error 010: invalid function or declaration