15.12.2011, 23:51
Macintosh, quando defini e coloquei a include 'cpstream', deu esses erros...
pawn Code:
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(16) : warning 201: redefinition of constant/macro (symbol "MAX_CHECKPOINTS")
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(460) : warning 201: redefinition of constant/macro (symbol "cpinfo")
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(461) : error 021: symbol already defined: "cpX"
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(467) : error 021: symbol already defined: "CPSERVICE_active"
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(468) : error 021: symbol already defined: "Checkpoints"
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(469) : error 021: symbol already defined: "UsedCPSlot"
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(470) : error 021: symbol already defined: "CPSERVICE_actualcp"
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(953) : error 004: function "CarregarCarros" is not implemented
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(1205) : error 004: function "UpdateTime" is not implemented
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(1971) : error 017: undefined symbol "ResetPlayerGrana"
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(2002) : error 017: undefined symbol "PlayerName"
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(2010) : error 017: undefined symbol "PlayerName"
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(2115) : error 017: undefined symbol "function218"
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(2168) : error 017: undefined symbol "GetPlayerGrana"
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(2192) : error 017: undefined symbol "GetName"
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(2198) : error 017: undefined symbol "GetName"
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(2232) : error 004: function "Logarprof" is not implemented
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(2320) : error 017: undefined symbol "PlayerName"
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(2402) : error 004: function "ABroadCast" is not implemented
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(2428) : error 004: function "ChatMods" is not implemented
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(2437) : error 017: undefined symbol "GetName"
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(2439) : error 017: undefined symbol "GetName"
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(2502) : error 079: inconsistent return types (array & non-array)
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(2507) : error 079: inconsistent return types (array & non-array)
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(2522) : error 079: inconsistent return types (array & non-array)
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(2530) : error 079: inconsistent return types (array & non-array)
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(2542) : error 079: inconsistent return types (array & non-array)
G:\Documents and Settings\AllanR\Desktop\Server 0.3d\gamemodes\GM2.pwn(2547) : error 079: inconsistent return types (array & non-array)
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
26 Errors.