24.07.2012, 15:23
hello i need help after long time.
i made house sysem.
but its bug.
those lines
i made house sysem.
but its bug.
PHP код:
C:\Users\MaticKepa\Desktop\samp\SFCRRPG\gamemodes\SFCRRPG.pwn(11374) : warning 202: number of arguments does not match definition
C:\Users\MaticKepa\Desktop\samp\SFCRRPG\gamemodes\SFCRRPG.pwn(17028) : warning 202: number of arguments does not match definition
C:\Users\MaticKepa\Desktop\samp\SFCRRPG\gamemodes\SFCRRPG.pwn(17032) : warning 202: number of arguments does not match definition
C:\Users\MaticKepa\Desktop\samp\SFCRRPG\gamemodes\SFCRRPG.pwn(17033) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Warnings.
PHP код:
if(IsPlayerInRangeOfPoint(j, HouseInfo[j][hEnterX], HouseInfo[j][hEnterY], HouseInfo[j][hEnterZ]) && GetPlayerInterior(i) == HouseInfo[j][hOutsideInt] && GetPlayerVirtualWorld(i) == HouseInfo[j][hOutsideVir])
dini_Get(fstring, "Owner", HouseInfo[houseid][hOwner]);
dini_Float(fstring, "HV_PosZ", HouseInfo[houseid][hVecZ]);
dini_Float(fstring, "HV_PosA", HouseInfo[houseid][hVecA]);