Pawn problem
#1

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?
Reply
#2

Show us the code.
Reply
#3

You don't have StaticVehicle function. And about warnings: indent your code.
Reply
#4

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
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)