C:\Documents and Settings\Richard\Desktop\Documentos\Servidores\Server[SDS]\gamemodes\OFICIAL.pwn(156) : warning 213: tag mismatch C:\Documents and Settings\Richard\Desktop\Documentos\Servidores\Server[SDS]\gamemodes\OFICIAL.pwn(157) : warning 213: tag mismatch C:\Documents and Settings\Richard\Desktop\Documentos\Servidores\Server[SDS]\gamemodes\OFICIAL.pwn(158) : warning 213: tag mismatch C:\Documents and Settings\Richard\Desktop\Documentos\Servidores\Server[SDS]\gamemodes\OFICIAL.pwn(159) : warning 213: tag mismatch C:\Documents and Settings\Richard\Desktop\Documentos\Servidores\Server[SDS]\gamemodes\OFICIAL.pwn(160) : warning 213: tag mismatch C:\Documents and Settings\Richard\Desktop\Documentos\Servidores\Server[SDS]\gamemodes\OFICIAL.pwn(161) : warning 213: tag mismatch C:\Documents and Settings\Richard\Desktop\Documentos\Servidores\Server[SDS]\gamemodes\OFICIAL.pwn(162) : warning 213: tag mismatch C:\Documents and Settings\Richard\Desktop\Documentos\Servidores\Server[SDS]\gamemodes\OFICIAL.pwn(163) : warning 213: tag mismatch C:\Documents and Settings\Richard\Desktop\Documentos\Servidores\Server[SDS]\gamemodes\OFICIAL.pwn(360) : warning 213: tag mismatch
//------------------------------------------------------------------------------------------------------ textdrawbyown= TextDrawCreate(1.0, 97.0, " ~w~SDS ~r~CLAN"); TextDrawBackgroundColor(textdrawbyown,0x000000ff); TextDrawFont(textdrawbyown,2); TextDrawBoxColor(textdrawbyown,0x00000050); TextDrawColor(textdrawbyown,0xffffffff); TextDrawSetOutline(textdrawbyown,1); TextDrawSetProportional(textdrawbyown,1); TextDrawSetShadow(textdrawbyown,1); //------------------------------------------------------------------------------------------------------
TextDrawShowForPlayer(playerid, textdrawbyown);
TextDrawShowForPlayer(playerid, textdrawbyown);
as veses o pawno acusa o erro na linha errada poste algumas linhas acima disso e abaixo
|
for(new i; i < MAX_PLAYERS; i ++) { if(IsPlayerConnected(i)) { TextDrawShowForPlayer(i, Textdrawdebaixodoradar); } }
textdrawbyown= TextDrawCreate(1.0, 97.0, " ~w~SDS ~r~CLAN"); TextDrawBackgroundColor(textdrawbyown,0x000000ff); TextDrawFont(textdrawbyown,2); TextDrawBoxColor(textdrawbyown,0x00000050); TextDrawColor(textdrawbyown,0xffffffff); TextDrawSetOutline(textdrawbyown,1); TextDrawSetProportional(textdrawbyown,1); TextDrawSetShadow(textdrawbyown,1); |