05.08.2010, 20:56
Here are the errors
here my lines
Код:
D:\Roleplay Server\gamemodes\rpg1.pwn(365) : warning 213: tag mismatch D:\Roleplay Server\gamemodes\rpg1.pwn(370) : warning 213: tag mismatch D:\Roleplay Server\gamemodes\rpg1.pwn(375) : warning 213: tag mismatch
Код:
if(strcmp(var, "px", true) == 0) { mysql_fetch_row(variable); pinfo[playerid][px] = floatstr(variable); } if(strcmp(var, "py", true) == 0) { mysql_fetch_row(variable); pinfo[playerid][py] = floatstr(variable); } if(strcmp(var, "pz", true) == 0) { mysql_fetch_row(variable); pinfo[playerid][pz] = floatstr(variable); }