20.05.2012, 15:08
Why am i getting this warning tag mismatch
Thank You
pawn Код:
PlayerData[playerid][hExtID] = GetPlayerInterior(playerid);
Thank You
PlayerData[playerid][hExtID] = GetPlayerInterior(playerid);
if(PlayerData[playerid][hExtID] == GetPlayerInterior(playerid))
new int = GetPlayerInterior(playerid);
Player[playerid][hExtID] = int;
|
Instead of doing PlayerData[playerid][hExtID] == GetPlayerInterior(playerid)
Try this pawn Код:
|