Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - IIIC

Pages: [1]
1
Hello,

I've tried to compile the x.pwn file without changing anything using Pawno, but I get these errors:


Code: [Select]
C:\Users\Loup\Desktop\x.pwn(2550) : warning 213: tag mismatch
C:\Users\Loup\Desktop\x.pwn(2550) : warning 202: number of arguments does not match definition
C:\Users\Loup\Desktop\x.pwn(2550) : warning 202: number of arguments does not match definition
C:\Users\Loup\Desktop\x.pwn(2890) : warning 213: tag mismatch
C:\Users\Loup\Desktop\x.pwn(2890) : warning 202: number of arguments does not match definition
C:\Users\Loup\Desktop\x.pwn(2890) : warning 202: number of arguments does not match definition
C:\Users\Loup\Desktop\x.pwn(3768) : error 021: symbol already defined: "split"
C:\Users\Loup\Desktop\x.pwn(3870) : warning 213: tag mismatch
C:\Users\Loup\Desktop\x.pwn(3870) : warning 202: number of arguments does not match definition
C:\Users\Loup\Desktop\x.pwn(3870) : warning 202: number of arguments does not match definition
C:\Users\Loup\Desktop\x.pwn(4316) : error 025: function heading differs from prototype
C:\Users\Loup\Desktop\x.pwn(4317) : error 021: symbol already defined: "GetDistance"
C:\Users\Loup\Desktop\x.pwn(4350) : error 025: function heading differs from prototype
C:\Users\Loup\Desktop\x.pwn(4350) : error 021: symbol already defined: "IsNumeric"
Pawn compiler 3.0.3367 Copyright (c) 1997-2005, ITB CompuPhase


5 Errors.



What am I doing wrong?

Pages: [1]