14.10.2010, 14:49
Where are you using that function? I think you have to write "more" code for that.
pawn Код:
// normal
new int = GetPlayerInterior(playerid);
// your function
new int;
GetPlayerInt(playerid, int);

