23.06.2015, 11:46
pawn Код:
PlayerInfo[playerid][pAdmin] = cache_get_field_content_int(0, "admin");
but this gives me error
pawn Код:
warning 213: tag mismatch
http://forum.sa-mp.com/converse.php?u=96478&u2=224659
PlayerInfo[playerid][pAdmin] = cache_get_field_content_int(0, "admin");
warning 213: tag mismatch
PlayerInfo[playerid][..] = !!cache_get_field_content_int(0, "..");