Pawn problem - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Pawn problem (
/showthread.php?tid=81542)
Pawn problem -
Remba - 11.06.2009
When i try to compile it just shows this:
Код:
C:\Documents and Settings\GG Kiki\Desktop\Remba's DeathMatch\gamemodes\Remba.pwn(38) : error 017: undefined symbol "StaticVehicle"
C:\Documents and Settings\GG Kiki\Desktop\Remba's DeathMatch\gamemodes\Remba.pwn(39) : warning 217: loose indentation
C:\Documents and Settings\GG Kiki\Desktop\Remba's DeathMatch\gamemodes\Remba.pwn(74) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
What should I do?
Re: Pawn problem -
Klutty - 11.06.2009
Show us the code.
Re: Pawn problem -
Correlli - 11.06.2009
You don't have StaticVehicle function. And about warnings: indent your code.
Re: Pawn problem -
HuRRiCaNe - 13.06.2009
i think is
addstaticvehicle(...)
no static
and the warnings of loose inditation appears when u
dont continue the secuence
like
pawn Код:
abc
{
//something
return 1;
}
abc