20.05.2012, 15:14
Instead of doing PlayerData[playerid][hExtID] == GetPlayerInterior(playerid)
Try this
Edit: Sorry for the double post, my bad.
Try this
pawn Код:
new int = GetPlayerInterior(playerid);
Player[playerid][hExtID] = int;