Error's Why I get them?
#1

Hello This are the errors

pawn Код:
C:\Users\Administrator\Desktop\All Folders\Scripting\PCRP Test\gamemodes\House.pwn(239) : error 029: invalid expression, assumed zero
C:\Users\Administrator\Desktop\All Folders\Scripting\PCRP Test\gamemodes\House.pwn(239) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\All Folders\Scripting\PCRP Test\gamemodes\House.pwn(239) : error 001: expected token: ";", but found "]"
C:\Users\Administrator\Desktop\All Folders\Scripting\PCRP Test\gamemodes\House.pwn(239) : error 029: invalid expression, assumed zero
C:\Users\Administrator\Desktop\All Folders\Scripting\PCRP Test\gamemodes\House.pwn(239) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
And This Is The Line

pawn Код:
if (IsValidDynamicPickup(AHouseData[HouseID][PickupID]));
    {
Reply
#2

pawn Код:
if (IsValidDynamicPickup(AHouseData[HouseID][PickupID]));
remove the ; at the end, this is an empty statement.

br
Reply
#3

I still get same error's/warnings
Reply
#4

pawn Код:
if( IsValidDynamicPickup( AHouseData[ HouseID ][ PickupID ] ) )
{
Now if you have another Error put the Errors and the Lines Here....
Reply
#5

It's the same error's i said
Reply
#6

Can I see the "AHouseData" ?
Reply
#7

Ah...i don't understand.
Reply
#8

I Fixed It Thanks Guys For Offering To Help ME! i got it!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)