[HELP] Strange warning!
#1

Hello guys, as I was completing my gamemode I get this warning:

Код:
D:\Programmi\Rockstar Games\GTA San Andreas\Server SAMP\gamemodes\KillCity_Roleplay.pwn(7971) : warning 213: tag mismatch
D:\Programmi\Rockstar Games\GTA San Andreas\Server SAMP\gamemodes\KillCity_Roleplay.pwn(7973) : warning 213: tag mismatch
D:\Programmi\Rockstar Games\GTA San Andreas\Server SAMP\gamemodes\KillCity_Roleplay.pwn(7973) : warning 213: tag mismatch
D:\Programmi\Rockstar Games\GTA San Andreas\Server SAMP\gamemodes\KillCity_Roleplay.pwn(7974) : warning 213: tag mismatch
D:\Programmi\Rockstar Games\GTA San Andreas\Server SAMP\gamemodes\KillCity_Roleplay.pwn(7974) : warning 213: tag mismatch
D:\Programmi\Rockstar Games\GTA San Andreas\Server SAMP\gamemodes\KillCity_Roleplay.pwn(7975) : warning 213: tag mismatch
Pawn compiler 3.2.3664                  Copyright © 1997-2006, ITB CompuPhase


6 Warnings.
Also, when I am in the server, when I die I sometimes will read Staying in the world boundaries, how do I remove it?
PS: When I die and I'm part of a faction (Example: Police) come respawn with normal clothes and not those of the faction, how do I fix this bug?

Edit: [INFORMATION] To get back the clothes I have to dissolve the party and must buy back the HQ.
Reply
#2

Post the lines:
7971 till 7975
Reply
#3

7971:
Код:
else if(type!=pdrunklevel)PlayerInfo[playerid][pdrunklevel]+=amount;
7973:
Код:
if(PlayerInfo[playerid][type]+amount>50000)PlayerInfo[playerid][type]=50000;
7974:
Код:
else if(PlayerInfo[playerid][type]+amount<0)PlayerInfo[playerid][type]=0;
7975:
Код:
else PlayerInfo[playerid][type]+=amount;
Reply
#4

From wich script did you copy this?
Reply
#5

From an italian gamemode. If you want to place the download link to let you download.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)