SA-MP Forums Archive
saving car - 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: saving car (/showthread.php?tid=173057)



saving car - ken9926 - 01.09.2010

C:\Users\Bken\Desktop\Server\samp03asvr_R8_win32\g amemodes\gfV1.11.pwn(6989) : warning 217: loose indentation
C:\Users\Bken\Desktop\Server\samp03asvr_R8_win32\g amemodes\gfV1.11.pwn(7294) : warning 217: loose indentation
C:\Users\Bken\Desktop\Server\samp03asvr_R8_win32\g amemodes\gfV1.11.pwn(8559) : error 017: undefined symbol "owner"
C:\Users\Bken\Desktop\Server\samp03asvr_R8_win32\g amemodes\gfV1.11.pwn(8559) : warning 215: expression has no effect
C:\Users\Bken\Desktop\Server\samp03asvr_R8_win32\g amemodes\gfV1.11.pwn(8559) : error 001: expected token: ";", but found "]"
C:\Users\Bken\Desktop\Server\samp03asvr_R8_win32\g amemodes\gfV1.11.pwn(8559) : error 029: invalid expression, assumed zero
C:\Users\Bken\Desktop\Server\samp03asvr_R8_win32\g amemodes\gfV1.11.pwn(8559) : fatal error 107: too many error messages on one line

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


4 Errors.
how can i fix


Re: saving car - LarzI - 01.09.2010

Add ";" to line 8559, and define "owner".
If you don't know how, post the code, then I'll try to do it for ya.

[This forum requires that you wait 120 seconds between posts. Please try again in 46 seconds.] - omfg


Re: saving car - ken9926 - 01.09.2010

https://sampwiki.blast.hk/wiki/Saving_car_mods

I use this to make it..bUT have some porblems .


Re: saving car - LarzI - 01.09.2010

Post the code, please (that you use)


Re: saving car - Voldemort - 01.09.2010

First of all samp03asvr_R8_win32, get 0.3b R2

warning 217: loose indentation check if you dont have any Space there, use TAB instead of space.
warning 217: loose indentation Same here
error 017: undefined symbol "owner" Define owner and all warning below will fixes.
warning 215: expression has no effect
error 001: expected token: ";", but found "]"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one


Re: saving car - ken9926 - 01.09.2010

the web ..I give at #3

all the code which i use


Re: saving car - [HiC]TheKiller - 01.09.2010

I edited the Tutorial on the wiki. One of the defines "owner" was missing.


Re: saving car - LarzI - 01.09.2010

The "solutions" for the loose indentation is incorrectly informed..
You should check out the indentation tutorial topic. (Search)


Re: saving car - ken9926 - 01.09.2010

how to Define owner


Re: saving car - LarzI - 01.09.2010

Quote:
Originally Posted by [HiC]TheKiller
Посмотреть сообщение
I edited the Tutorial on the wiki. One of the defines "owner" was missing.
Read replies please... :P