[Ajuda] Erros em linha
#1

PHP код:
C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(74) : error 001expected token"-string end-"but found "-identifier-"
C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(74) : warning 215expression has no effect
C
:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(74) : error 001expected token";"but found "-string-"
C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(74) : warning 215expression has no effect
C
:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(74) : warning 215expression has no effect
C
:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(74) : warning 215expression has no effect
C
:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(74) : error 001expected token";"but found ")"
C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(74) : fatal error 107too many error messages on one line
Compilation aborted
.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
4 Errors

CODE:

PHP код:
        format(clanstringsizeof(clanstring), "(CLAN CHAT)"GREEN" %s[%d] says: "WHITE"%s",PlayerName(playerid), playeridparams)); 
Reply
#2

PHP код:
format(clanstringsizeof(clanstring), "(CLAN CHAT)"GREEN" %s[%d] says: "WHITE"%s",PlayerName(playerid), playeridparams); 
Vocк adicionou mais um ) apуs o params.
Reply
#3

Quote:
Originally Posted by zSuYaNw
Посмотреть сообщение
PHP код:
format(clanstringsizeof(clanstring), "(CLAN CHAT)"GREEN" %s[%d] says: "WHITE"%s",PlayerName(playerid), playeridparams); 
Vocк adicionou mais um ) apуs o params.
PHP код:
C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(75) : error 001expected token"-string end-"but found "-identifier-"
C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(75) : warning 215expression has no effect
C
:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(75) : error 001expected token";"but found "-string-"
C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(75) : warning 215expression has no effect
C
:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(75) : warning 215expression has no effect
C
:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(75) : warning 215expression has no effect
C
:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(75) : error 001expected token";"but found ")"
C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(75) : fatal error 107too many error messages on one line
Compilation aborted
.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
4 Errors

Reply
#4

Tente:
PHP код:
format(clanstringsizeof(clanstring), "(CLAN CHAT){32CD32} %s[%d] says: {FFFFFF}%s"PlayerName(playerid), playeridparams); 
Reply
#5

Quote:
Originally Posted by moura98
Посмотреть сообщение
Tente:
PHP код:
format(clanstringsizeof(clanstring), "(CLAN CHAT){32CD32} %s[%d] says: {FFFFFF}%s"PlayerName(playerid), playeridparams); 
dessa vez foi , obg.
Reply
#6

Para usar assim

PHP код:
format(clanstringsizeof(clanstring), "(CLAN CHAT)"GREEN" %s[%d] says: "WHITE"%s",PlayerName(playerid), playeridparams); 
define suas cores assim, no topo da gm
PHP код:
#define GREEN "{00FF00}" 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)