Tag Mis...
#1

Код:
C:\Users\Grand\Desktop\Ultimate Gaming Ground\gamemodes\STUNTS.pwn(688) : warning 213: tag mismatch
C:\Users\Grand\Desktop\Ultimate Gaming Ground\gamemodes\STUNTS.pwn(688) : warning 202: number of arguments does not match definition
C:\Users\Grand\Desktop\Ultimate Gaming Ground\gamemodes\STUNTS.pwn(696) : warning 213: tag mismatch
C:\Users\Grand\Desktop\Ultimate Gaming Ground\gamemodes\STUNTS.pwn(696) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
pawn Код:
CMD:intro(playerid)
{
    for(new i = 0; i < sizeof(TextDraw); i++)
    {
        TextDrawShowForPlayer(TextDraw[i]);
    }
    return 1;
}
CMD:introcancel(playerid)
{
    for(new i = 0; i < sizeof(TextDraw); i++)
    {
    TextDrawHideForPlayer(TextDraw[i]);
    }
    return 1;
}
Reply
#2

pawn Код:
TextDrawShowForPlayer(playerid, TextDraw[i]);

TextDrawHideForPlayer(playerid, TextDraw[i]);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)