{94 tag mismatch} i tired !
#1

Hello, when I change name of clan to {SP} i got now 94 warnings i was have errors and fixed it but i tired to fix that warnings Help Pls!
Reply
#2

Somewhere you have an enum, with field "sp"
pawn Код:
enum Anything {
//...
sp,
//...
}
But you changed all "sp" to "SP", and are trying to access nonexistent field:
pawn Код:
PlayerInfo[playerid][SP]
Therefore - tag mismatch.

Also, please don't paste screenshots in the future.
Reply
#3

thank you Misiur but now i got that warn and iam not see that line look in pic the warn is in 41137 and my pwn end in 41136
Quote:

D:\GTA PROG\for samp\servers\test gamemode\Gamemodes\SPTDM3x.pwn(41137) : warning 203: symbol is never used: "SP"

Reply
#4

Quote:

symbol is never used

You have somewhere new SP or static SP, or something like that, and it isn't used anywhere in the code. You can either remove it, or just ignore it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)