open.mp forum
[Pawn] Some Error's - Printable Version

+ open.mp forum (https://forum.open.mp)
-- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3)
--- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10)
--- Thread: [Pawn] Some Error's (/showthread.php?tid=2424)



Some Error's - NAYANthegamer - 2023-07-09

Im usingĀ EVO ELITE-VEHICLE-OWNERSHIP

its give error

[Image: p0PB7FO.png]

Code:
C:\Users\**\Desktop\Beta\filterscripts\EVO.pwn(814) : error 075: input line too long (after substitutions)
C:\Users\*\Desktop\Beta\filterscripts\EVO.pwn(815) : error 017: undefined symbol "VehicleIn"
C:\Users\*\Desktop\Beta\filterscripts\EVO.pwn(816) : warning 217: loose indentation
C:\Users\*\Desktop\Beta\filterscripts\EVO.pwn(816) : error 017: undefined symbol "fo"
C:\Users\*\Desktop\Beta\filterscripts\EVO.pwn(816) : warning 215: expression has no effect
C:\Users\*\Desktop\Beta\filterscripts\EVO.pwn(816) : error 001: expected token: ";", but found "]"
C:\Users\*\Desktop\Beta\filterscripts\EVO.pwn(816) : error 029: invalid expression, assumed zero
C:\Users\*\Desktop\Beta\filterscripts\EVO.pwn(816) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


6 Errors.



RE: Some Error's - Coool - 2023-07-09

https://textnot.pictures/
You have to break the long line into multiple smaller lines using strcat. But Try the latest compiler it has this fixed I think.
Are you not on open.mp?


RE: Some Error's - NAYANthegamer - 2023-07-09

open mp is lil complicated for me :(


RE: Some Error's - NAYANthegamer - 2023-07-09

(2023-07-09, 05:14 AM)Coool Wrote: https://textnot.pictures/
You have to break the long line into multiple smaller lines using strcat. But Try the latest compiler it has this fixed I think.
Are you not on open.mp?
have any other method cuz its don't work i add my server to open.mp but still showing errors


RE: Some Error's - Coool - 2023-07-09

Use 'strcat' function to break the long line into multiple shorter lines.
Btw, you haven't posted the line that gives you rrrors


RE: Some Error's - NAYANthegamer - 2023-07-12

(2023-07-09, 10:01 AM)Coool Wrote: Use 'strcat' function to break the long line into multiple shorter lines.
Btw, you haven't posted the line that gives you rrrors
C:\Users\**\Desktop\Beta\filterscripts\EVO.pwn(814) : error 075: input line too long (after substitutions)
C:\Users\*\Desktop\Beta\filterscripts\EVO.pwn(815) : error 017: undefined symbol "VehicleIn"
C:\Users\*\Desktop\Beta\filterscripts\EVO.pwn(816) : warning 217: loose indentation
C:\Users\*\Desktop\Beta\filterscripts\EVO.pwn(816) : error 017: undefined symbol "fo"
C:\Users\*\Desktop\Beta\filterscripts\EVO.pwn(816) : warning 215: expression has no effect
C:\Users\*\Desktop\Beta\filterscripts\EVO.pwn(816) : error 001: expected token: ";", but found "]"
C:\Users\*\Desktop\Beta\filterscripts\EVO.pwn(816) : error 029: invalid expression, assumed zero
C:\Users\*\Desktop\Beta\filterscripts\EVO.pwn(816) : fatal error 107: too many error messages on one line

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


6 Errors.


RE: Some Error's - Coool - 2023-07-13

Show code that gives errors