Error's Why I get them? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Error's Why I get them? (
/showthread.php?tid=286167)
Error's Why I get them? -
Tass007 - 27.09.2011
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]));
{
Re: Error's Why I get them? -
[Diablo] - 27.09.2011
pawn Код:
if (IsValidDynamicPickup(AHouseData[HouseID][PickupID]));
remove the ; at the end, this is an empty statement.
br
Re: Error's Why I get them? -
Tass007 - 27.09.2011
I still get same error's/warnings
Re: Error's Why I get them? -
aRoach - 27.09.2011
pawn Код:
if( IsValidDynamicPickup( AHouseData[ HouseID ][ PickupID ] ) )
{
Now if you have another Error put the Errors and the Lines Here....
Re: Error's Why I get them? -
Tass007 - 27.09.2011
It's the same error's i said
Re: Error's Why I get them? -
sleepysnowflake - 27.09.2011
Can I see the "AHouseData" ?
Re: Error's Why I get them? -
Tass007 - 28.09.2011
Ah...i don't understand.
Re: Error's Why I get them? -
Tass007 - 28.09.2011
I Fixed It Thanks Guys For Offering To Help ME! i got it!