28.06.2011, 18:27
C:\Users\Thimo\Desktop\Mappen\Samp 2\Backup\pawno\include\PPC_Housing.inc(244) : warning 213: tag mismatch
C:\Users\Thimo\Desktop\Mappen\Samp 2\Backup\pawno\include\PPC_Housing.inc(245) : warning 213: tag mismatch
C:\Users\Thimo\Desktop\Mappen\Samp 2\Backup\pawno\include\PPC_Housing.inc(294) : warning 202: number of arguments does not match definition
C:\Users\Thimo\Desktop\Mappen\Samp 2\Backup\pawno\include\PPC_FileOperations.inc(442) : warning 202: number of arguments does not match definition
C:\Users\Thimo\Desktop\Mappen\Samp 2\Backup\pawno\include\PPC_Dialogs.inc(1564) : warning 202: number of arguments does not match definition
C:\Users\Thimo\Desktop\Mappen\Samp 2\Backup\gamemodes\PPC_Trucking.pwn(291) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
6 Warnings.
243 format(string, sizeof(string), "Vehicle owned by: %s", AHouseData[HouseID][Owner]);
244 Car3DText[playerid] = Create3DTextLabel(string,0xAA3333AA,0,0,0,100.0,0) ;
245 Attach3DTextLabelToVehicle(Car3DText[playerid], vid, 0,0,0);
i cant use [playerid] in there because its not defined in the header
But if i define it i get even more shit -.-
C:\Users\Thimo\Desktop\Mappen\Samp 2\Backup\pawno\include\PPC_Housing.inc(245) : warning 213: tag mismatch
C:\Users\Thimo\Desktop\Mappen\Samp 2\Backup\pawno\include\PPC_Housing.inc(294) : warning 202: number of arguments does not match definition
C:\Users\Thimo\Desktop\Mappen\Samp 2\Backup\pawno\include\PPC_FileOperations.inc(442) : warning 202: number of arguments does not match definition
C:\Users\Thimo\Desktop\Mappen\Samp 2\Backup\pawno\include\PPC_Dialogs.inc(1564) : warning 202: number of arguments does not match definition
C:\Users\Thimo\Desktop\Mappen\Samp 2\Backup\gamemodes\PPC_Trucking.pwn(291) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
6 Warnings.
243 format(string, sizeof(string), "Vehicle owned by: %s", AHouseData[HouseID][Owner]);
244 Car3DText[playerid] = Create3DTextLabel(string,0xAA3333AA,0,0,0,100.0,0) ;
245 Attach3DTextLabelToVehicle(Car3DText[playerid], vid, 0,0,0);
i cant use [playerid] in there because its not defined in the header
But if i define it i get even more shit -.-