How to fix this errors
#1

Hello i have a problem
How ti fix this errors ?

PHP код:
C:\Users\Deyan\Desktop\dawada\gamemodes\SanJoseRolePlay.pwn(1572) : warning 202number of arguments does not match definition
C
:\Users\Deyan\Desktop\dawada\gamemodes\SanJoseRolePlay.pwn(4664) : warning 202number of arguments does not match definition
C
:\Users\Deyan\Desktop\dawada\gamemodes\SanJoseRolePlay.pwn(7058) : warning 213tag mismatch
C
:\Users\Deyan\Desktop\dawada\gamemodes\SanJoseRolePlay.pwn(7101) : warning 213tag mismatch
C
:\Users\Deyan\Desktop\dawada\gamemodes\SanJoseRolePlay.pwn(8080) : warning 213tag mismatch
C
:\Users\Deyan\Desktop\dawada\gamemodes\SanJoseRolePlay.pwn(8120) : warning 213tag mismatch
C
:\Users\Deyan\Desktop\dawada\gamemodes\SanJoseRolePlay.pwn(8159) : warning 213tag mismatch
C
:\Users\Deyan\Desktop\dawada\gamemodes\SanJoseRolePlay.pwn(11208) : warning 204symbol is assigned a value that is never used"stattext"
C:\Users\Deyan\Desktop\dawada\gamemodes\SanJoseRolePlay.pwn(19874) : warning 213tag mismatch
C
:\Users\Deyan\Desktop\dawada\gamemodes\SanJoseRolePlay.pwn(19882) : warning 213tag mismatch
C
:\Users\Deyan\Desktop\dawada\gamemodes\SanJoseRolePlay.pwn(19890) : warning 213tag mismatch
C
:\Users\Deyan\Desktop\dawada\gamemodes\SanJoseRolePlay.pwn(25006) : warning 202number of arguments does not match definition
C
:\Users\Deyan\Desktop\dawada\gamemodes\SanJoseRolePlay.pwn(25537) : warning 203symbol is never used"Name"
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
13 Warnings

Reply
#2

this isn't a errors this is just a warnings bro
Reply
#3

Sorry,i'm newbie.Lock and thanks.
Reply
#4

Quote:
Originally Posted by TenTen
Посмотреть сообщение
this isn't a errors this is just a warnings bro
They aren't "Just warning". It was a warning for a reason. IT DOES MATTER; Do not give false information if you don't know what you are talking about!

On Topic: Post the code lines please.
Reply
#5

Quote:
Originally Posted by TenTen
Посмотреть сообщение
this isn't a errors this is just a warnings bro
And? Does that make them any less important? Warnings exist for a reason. They point to code that is syntactically correct but logically wrong. This can lead to all sorts of glitchy stuff and unexpected behavior.

"Number of arguments does not match definition" is simply a matter of counting. Yes, counting. I reckon you learned that in first grade? If a function expects three parameters then you should give it three parameters. Not two, not four, exactly three.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)