Quote:
| 
					Originally Posted by Luka P.  Where are you using that function? I think you have to write "more" code for that. 
pawn Код: // normalnew int = GetPlayerInterior(playerid);
 
 // your function
 new int;
 GetPlayerInt(playerid, int);
 | 
 He's using '&' before the variable so he can assign it in his variable he creates outside the function.