1 error in 26 line need to be fixed [HEEELP]
#1

This is the lines

Код:
                    if cache_get_field_content(row, "id", szResult, MainPipeline); PlayerInfo[extraid][pId] = strval(szResult);
                    if cache_get_field_content(row, "Online", szResult, MainPipeline); PlayerInfo[extraid][pOnline] = strval(szResult);
                    if cache_get_field_content(row, "IP", PlayerInfo[extraid][pIP]);
				    if cache_get_field_content(row, "SecureIP", PlayerInfo[extraid]);
                    if cache_get_field_content(row,  "ConnectedTime", szResult, MainPipeline), PlayerInfo[extraid][pConnectHours] = strval(szResult);
				    if cache_get_field_content(row,  "Age", szResult, MainPipeline), PlayerInfo[extraid][pAge] = strval(szResult);
					if cache_get_field_content(row,  "Sex", szResult, MainPipeline), PlayerInfo[extraid][pSex] = strval(szResult);
					if ifcache_get_field_content(row,  "Band", szResult, MainPipeline), PlayerInfo[extraid][pBanned] = strval(szResult);
					if cache_get_field_content(row,  "PermBand", szResult, MainPipeline), PlayerInfo[extraid][pPermaBanned] = strval(szResult);
					if cache_get_field_content(row,  "Registered", szResult, MainPipeline), PlayerInfo[extraid][pReg] = strval(szResult);
					if cache_get_field_content(row,  "Warnings", szResult, MainPipeline), PlayerInfo[extraid][pWarns] = strval(szResult);
					if cache_get_field_content(row,  "Disabled", szResult, MainPipeline), PlayerInfo[extraid][pDisabled] = strval(szResult);
					if cache_get_field_content(row,  "Level", szResult, MainPipeline), PlayerInfo[extraid][pLevel] = strval(szResult);
					if cache_get_field_content(row,  "AdminLevel", szResult, MainPipeline), PlayerInfo[extraid][pAdmin] = strval(szResult);
					if cache_get_field_content(row,  "DonateRank", szResult, MainPipeline), PlayerInfo[extraid][pDonateRank] = strval(szResult);
					if cache_get_field_content(row,  "Respect", szResult, MainPipeline), PlayerInfo[extraid][pExp] = strval(szResult);
					if cache_get_field_content(row,  "Money", szResult, MainPipeline), PlayerInfo[extraid][pCash] = strval(szResult);
					if cache_get_field_content(row,  "Bank", szResult, MainPipeline), PlayerInfo[extraid][pAccount] = strval(szResult);
					if cache_get_field_content(row,  "pHealth", szResult, MainPipeline), PlayerInfo[extraid][pHealth] = floatstr(szResult);
					if cache_get_field_content(row,  "pArmor", szResult, MainPipeline), PlayerInfo[extraid][pArmor] = floatstr(szResult);
					if cache_get_field_content(row,  "pSHealth", szResult, MainPipeline), PlayerInfo[extraid][pSHealth] = floatstr(szResult);
					if cache_get_field_content(row,  "Int", szResult, MainPipeline), PlayerInfo[extraid][pInt] = strval(szResult);
					if cache_get_field_content(row,  "VirtualWorld", szResult, MainPipeline), PlayerInfo[extraid][pVW] = strval(szResult);
					if cache_get_field_content(row,  "Model", szResult, MainPipeline), PlayerInfo[extraid][pModel] = strval(szResult);
					if cache_get_field_content(row,  "SPos_x", szResult, MainPipeline), PlayerInfo[extraid][pPos_x] = floatstr(szResult);
					if cache_get_field_content(row,  "SPos_y", szResult, MainPipeline), PlayerInfo[extraid][pPos_y] = floatstr(szResult);
					if cache_get_field_content(row,  "SPos_z", szResult, MainPipeline), PlayerInfo[extraid][pPos_z] = floatstr(szResult);
					if cache_get_field_content(row,  "SPos_r", szResult, MainPipeline), PlayerInfo[extraid][pPos_r] = floatstr(szResult);
					if cache_get_field_content(row,  "BanAppealer", szResult, MainPipeline), PlayerInfo[extraid][pBanAppealer] = strval(szResult);
					if cache_get_field_content(row,  "PR", szResult, MainPipeline), PlayerInfo[extraid][pAdvisorModerator] = strval(szResult);
					if cache_get_field_content(row,  "ShopTech", szResult, MainPipeline), PlayerInfo[extraid][pShopTech] = strval(szResult);
					if cache_get_field_content(row,  "Undercover", szResult, MainPipeline), PlayerInfo[extraid][pUndercover] = strval(szResult);
					if cache_get_field_content(row,  "TogReports", szResult, MainPipeline), PlayerInfo[extraid][pTogReports] = strval(szResult);
					if cache_get_field_content(row,  "Radio", szResult, MainPipeline), PlayerInfo[extraid][pRadio] = strval(szResult);
					if cache_get_field_content(row,  "RadioFreq", szResult, MainPipeline), PlayerInfo[extraid][pRadioFreq] = strval(szResult);
					if cache_get_field_content(row,  "UpgradePoints", szResult, MainPipeline), PlayerInfo[extraid][gPupgrade] = strval(szResult);
					if cache_get_field_content(row,  "Origin", szResult, MainPipeline), PlayerInfo[extraid][pOrigin] = strval(szResult);
					if cache_get_field_content(row,  "Muted", szResult, MainPipeline), PlayerInfo[extraid][pMuted] = strval(szResult);
					if cache_get_field_content(row,  "Crimes", szResult, MainPipeline), PlayerInfo[extraid][pCrimes] = strval(szResult);
					if cache_get_field_content(row,  "Accent", szResult, MainPipeline), PlayerInfo[extraid][pAccent] = strval(szResult);
					if cache_get_field_content(row,  "CHits", szResult, MainPipeline), PlayerInfo[extraid][pCHits] = strval(szResult);
					if cache_get_field_content(row,  "FHits", szResult, MainPipeline), PlayerInfo[extraid][pFHits] = strval(szResult);
					if cache_get_field_content(row,  "Arrested", szResult, MainPipeline), PlayerInfo[extraid][pArrested] = strval(szResult);
					if cache_get_field_content(row,  "Phonebook", szResult, MainPipeline), PlayerInfo[extraid][pPhoneBook] = strval(szResult);
					if cache_get_field_content(row,  "LottoNr", szResult, MainPipeline), PlayerInfo[extraid][pLottoNr] = strval(szResult);
				    if cache_get_field_content(row,  "Fishes", szResult, MainPipeline), PlayerInfo[extraid][pFishes] = strval(szResult);
					if cache_get_field_content(row,  "BiggestFish", szResult, MainPipeline), PlayerInfo[extraid][pBiggestFish] = strval(szResult);
					if cache_get_field_content(row,  "Job", szResult, MainPipeline), PlayerInfo[extraid][pJob] = strval(szResult);
					if cache_get_field_content(row,  "Job2", szResult, MainPipeline), PlayerInfo[extraid][pJob2] = strval(szResult);
					if cache_get_field_content(row,  "Paycheck", szResult, MainPipeline); PlayerInfo[extraid][pPayCheck] = strval(szResult);
					if cache_get_field_content(row,  "HeadValue", szResult, MainPipeline), PlayerInfo[extraid][pHeadValue] = strval(szResult);
					if cache_get_field_content(row,  "JailTime", szResult, MainPipeline), PlayerInfo[extraid][pJailTime] = strval(szResult);
					if cache_get_field_content(row,  "WRestricted", szResult, MainPipeline), PlayerInfo[extraid][pWRestricted] = strval(szResult);
					if cache_get_field_content(row,  "Materials", szResult, MainPipeline), PlayerInfo[extraid][pMats] = strval(szResult);
					if cache_get_field_content(row,  "Crates", szResult, MainPipeline), PlayerInfo[extraid][pCrates] = strval(szResult);
					if cache_get_field_content(row,  "Pot", szResult, MainPipeline), PlayerInfo[extraid][pPot] = strval(szResult);
					if cache_get_field_content(row,  "Crack", szResult, MainPipeline), PlayerInfo[extraid][pCrack] = strval(szResult);
					if cache_get_field_content(row,  "Leader", szResult, MainPipeline), PlayerInfo[extraid][pLeader] = strval(szResult);
					if cache_get_field_content(row,  "Member", szResult, MainPipeline), PlayerInfo[extraid][pMember] = strval(szResult);
					if cache_get_field_content(row,  "Division", szResult, MainPipeline), PlayerInfo[extraid][pDivision] = strval(szResult);
					if cache_get_field_content(row,  "FMember", szResult, MainPipeline), PlayerInfo[extraid][pFMember] = strval(szResult);
					if cache_get_field_content(row,  "Rank", szResult, MainPipeline), PlayerInfo[extraid][pRank] = strval(szResult);
					if cache_get_field_content(row,  "DetSkill", szResult, MainPipeline), PlayerInfo[extraid][pDetSkill] = strval(szResult);
					if cache_get_field_content(row,  "SexSkill", szResult, MainPipeline), PlayerInfo[extraid][pSexSkill] = strval(szResult);
					if cache_get_field_content(row,  "BoxSkill", szResult, MainPipeline), PlayerInfo[extraid][pBoxSkill] = strval(szResult);
					if cache_get_field_content(row,  "LawSkill", szResult, MainPipeline), PlayerInfo[extraid][pLawSkill] = strval(szResult);
					if cache_get_field_content(row,  "MechSkill", szResult, MainPipeline), PlayerInfo[extraid][pMechSkill] = strval(szResult);
					if cache_get_field_content(row,  "TruckSkill", szResult, MainPipeline), PlayerInfo[extraid][pTruckSkill] = strval(szResult);
					if cache_get_field_content(row,  "DrugsSkill", szResult, MainPipeline), PlayerInfo[extraid][pDrugsSkill] = strval(szResult);
					if cache_get_field_content(row,  "ArmsSkill", szResult, MainPipeline), PlayerInfo[extraid][pArmsSkill] = strval(szResult);
					if cache_get_field_content(row,  "SmugglerSkill", szResult, MainPipeline), PlayerInfo[extraid][pSmugSkill] = strval(szResult);
					if cache_get_field_content(row,  "FishSkill", szResult, MainPipeline), PlayerInfo[extraid][pFishSkill] = strval(szResult);
					if cache_get_field_content(row,  "FightingStyle", szResult, MainPipeline), PlayerInfo[extraid][pFightStyle] = strval(szResult);
					if cache_get_field_content(row,  "PhoneNr", szResult, MainPipeline), PlayerInfo[extraid][pPnumber] = strval(szResult);
					if cache_get_field_content(row,  "Apartment", szResult, MainPipeline), PlayerInfo[extraid][pPhousekey] = strval(szResult);
					if cache_get_field_content(row,  "Apartment2", szResult, MainPipeline), PlayerInfo[extraid][pPhousekey2] = strval(szResult);
					if cache_get_field_content(row,  "Business", szResult, MainPipeline), PlayerInfo[extraid][pPbiskey] = strval(szResult);
					if cache_get_field_content(row,  "Business2", szResult, MainPipeline), PlayerInfo[extraid][pPbiskey2] = strval(szResult);
					if cache_get_field_content(row,  "Renting", szResult, MainPipeline), PlayerInfo[extraid][pRenting] = strval(szResult);
					if cache_get_field_content(row,  "CarLic", szResult, MainPipeline), PlayerInfo[extraid][pCarLic] = strval(szResult);
					if cache_get_field_content(row,  "FlyLic", szResult, MainPipeline), PlayerInfo[extraid][pFlyLic] = strval(szResult);
					if cache_get_field_content(row,  "BoatLic", szResult, MainPipeline), PlayerInfo[extraid][pBoatLic] = strval(szResult);
					if cache_get_field_content(row,  "FishLic", szResult, MainPipeline), PlayerInfo[extraid][pFishLic] = strval(szResult);
					if cache_get_field_content(row,  "CheckCash", szResult, MainPipeline), PlayerInfo[extraid][pCheckCash] = strval(szResult);
					if cache_get_field_content(row,  "Checks", szResult, MainPipeline), PlayerInfo[extraid][pChecks] = strval(szResult);
					if cache_get_field_content(row,  "GunLic", szResult, MainPipeline), PlayerInfo[extraid][pGunLic] = strval(szResult);
This is the Errors

Код:
D:\NGRP.pwn(3673) : error 010: invalid function or declaration
D:\NGRP.pwn(3674) : error 010: invalid function or declaration
D:\NGRP.pwn(3677) : error 010: invalid function or declaration
D:\NGRP.pwn(3678) : error 010: invalid function or declaration
D:\NGRP.pwn(3679) : error 010: invalid function or declaration
D:\NGRP.pwn(3681) : error 010: invalid function or declaration
D:\NGRP.pwn(3683) : error 010: invalid function or declaration
D:\NGRP.pwn(3685) : error 010: invalid function or declaration
D:\NGRP.pwn(3687) : error 010: invalid function or declaration
D:\NGRP.pwn(3690) : error 010: invalid function or declaration
D:\NGRP.pwn(3691) : error 010: invalid function or declaration
D:\NGRP.pwn(3692) : error 010: invalid function or declaration
D:\NGRP.pwn(3693) : error 010: invalid function or declaration
D:\NGRP.pwn(3694) : error 010: invalid function or declaration
D:\NGRP.pwn(3695) : error 010: invalid function or declaration
D:\NGRP.pwn(3696) : error 010: invalid function or declaration
D:\NGRP.pwn(3699) : error 010: invalid function or declaration
D:\NGRP.pwn(3701) : error 010: invalid function or declaration
D:\NGRP.pwn(3703) : error 021: symbol already defined: "szResult"
D:\NGRP.pwn(3705) : error 010: invalid function or declaration
D:\NGRP.pwn(3709) : error 010: invalid function or declaration
D:\NGRP.pwn(3711) : error 010: invalid function or declaration
D:\NGRP.pwn(3713) : error 010: invalid function or declaration
D:\NGRP.pwn(3714) : error 010: invalid function or declaration
D:\NGRP.pwn(3715) : error 010: invalid function or declaration
D:\NGRP.pwn(3716) : error 010: invalid function or declaration
Reply
#2

NGRP?

You don't need to fix that, just delete it all.

Problem solved, peace
Reply
#3

You event dont know how to make an if statement!, read some pawn guides.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)