Mapping Question - 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: Mapping Question (
/showthread.php?tid=178211)
Mapping Question -
emer720 - 21.09.2010
NOw okay, I did some simple mapping putting fences in front of the PD
Im getting these errors after I compile after i converted
C:\Users\Brad\Desktop\VortexRoleplay.pwn(732) : error 029: invalid expression, assumed zero
C:\Users\Brad\Desktop\VortexRoleplay.pwn(732) : error 017: undefined symbol "map"
C:\Users\Brad\Desktop\VortexRoleplay.pwn(732) : error 017: undefined symbol "definitions"
C:\Users\Brad\Desktop\VortexRoleplay.pwn(732) : fatal error 107: too many error messages on one line
Re: Mapping Question -
emer720 - 21.09.2010
I converted it now im getting this
C:\Users\Brad\Desktop\VortexRoleplay.pwn(736) : warning 217: loose indentation
C:\Users\Brad\Desktop\VortexRoleplay.pwn(737) : warning 217: loose indentation
Re: Mapping Question -
emer720 - 21.09.2010
I compiled and re put the pwn in the server and it didnt put the updates.....
Re: Mapping Question -
<Weponz> - 21.09.2010
Umm show the lines the errors are on...And im guessing u have used MTA Map Editor and have copied the map code and placed in GM...You have to Convert the Code from MTA to SAMP..Follow these steps..
1.Do your map and save it..
2.Find saved map on ur PC and open it..
3.Copy the whole code in the notepad..
4.Paste it in
www.convertffs.com and allow it to convert it for you..
5.After it converts Copy the code..
6.Open your gamemode and paste under "OnGameModInt" place below the Classes..
Done!.. if it dont work you havent followed the steps properly..
NOTE: Many objects need streamers..
Re: Mapping Question -
Voldemort - 21.09.2010
Quote:
Originally Posted by emer720
I converted it now im getting this
C:\Users\Brad\Desktop\VortexRoleplay.pwn(736) : warning 217: loose indentation
C:\Users\Brad\Desktop\VortexRoleplay.pwn(737) : warning 217: loose indentation
|
Why you not even try to fix this by self?
with cop+paste this isn't suprise, ntext time use Tab button instead of space, or make symetric {}
Re: Mapping Question -
James124 - 21.09.2010
loose indentation is a error which comes out of wrong arrangements
So make the lines under each other for that line !