21.08.2011, 17:24
i edited a lot of thing
but 3 errors)
but 3 errors)Code:
C:\DOCUME~1\mrich\Bureau\ANEPAS~1\LOGINA~1\GAMEMO~1\ZMRP.pwn(584) : error 010: invalid function or declaration C:\DOCUME~1\mrich\Bureau\ANEPAS~1\LOGINA~1\GAMEMO~1\ZMRP.pwn(586) : error 010: invalid function or declaration C:\DOCUME~1\mrich\Bureau\ANEPAS~1\LOGINA~1\GAMEMO~1\ZMRP.pwn(591) : error 010: invalid function or declaration C:\DOCUME~1\mrich\Bureau\ANEPAS~1\LOGINA~1\GAMEMO~1\ZMRP.pwn(216) : warning 204: symbol is assigned a value that is never used: "armygate1" C:\DOCUME~1\mrich\Bureau\ANEPAS~1\LOGINA~1\GAMEMO~1\ZMRP.pwn(217) : warning 204: symbol is assigned a value that is never used: "armygate2" C:\DOCUME~1\mrich\Bureau\ANEPAS~1\LOGINA~1\GAMEMO~1\ZMRP.pwn(217 -- 852) : warning 203: symbol is never used: "armyinfo" C:\DOCUME~1\mrich\Bureau\ANEPAS~1\LOGINA~1\GAMEMO~1\ZMRP.pwn(236) : warning 204: symbol is assigned a value that is never used: "humangate" C:\DOCUME~1\mrich\Bureau\ANEPAS~1\LOGINA~1\GAMEMO~1\ZMRP.pwn(118) : warning 204: symbol is assigned a value that is never used: "zombiegate" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors. is there a problem in this code ?:Code:if (strcmp("/humano", cmdtext, true, 10) == 0) { if(gTeam[playerid] == TEAM_HUMAN) { MoveObject(humangate, -2787.318359375, -1523.1042480469, 139.85708618164, 5); } } return 0; }

