SA-MP Forums Archive
problem with faction creation - 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: problem with faction creation (/showthread.php?tid=162811)



problem with faction creation - Francesco_Totti - 24.07.2010

i have create a faction and when i compile i recive this errors

C:\Documents and Settings\dodo\My Documents\Downloads\server idiot\gamemodes\gf.pwn(403 : warning 217: loose indentation
C:\Documents and Settings\dodo\My Documents\Downloads\server idiot\gamemodes\gf.pwn(3886) : warning 204: symbol is assigned a value that is never used: "oldcar"
C:\Documents and Settings\dodo\My Documents\Downloads\server idiot\gamemodes\gf.pwn(3886 -- 4042) : warning 217: loose indentation
C:\Documents and Settings\dodo\My Documents\Downloads\server idiot\gamemodes\gf.pwn(3886 -- 4042) : error 017: undefined symbol "newcar"
C:\Documents and Settings\dodo\My Documents\Downloads\server idiot\gamemodes\gf.pwn(3886 -- 404 : warning 217: loose indentation
C:\Documents and Settings\dodo\My Documents\Downloads\server idiot\gamemodes\gf.pwn(3886 -- 404 : error 017: undefined symbol "newcar"
C:\Documents and Settings\dodo\My Documents\Downloads\server idiot\gamemodes\gf.pwn(3886 -- 4050) : error 017: undefined symbol "newcar"
C:\Documents and Settings\dodo\My Documents\Downloads\server idiot\gamemodes\gf.pwn(3886 -- 4050) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.

help me


Re: problem with faction creation - selten98 - 24.07.2010

for the loose indention:
pawn Код:
#pragma tabsize 0
for the rest i need to look at your script