26.06.2012, 14:24
how do i make to save the last interior of a player when he logout?
public OnPlayerInteriorChange(playerid, newinteriorid, oldinteriorid)
{
SetPVarInt(playerid, "lastInterior", oldinteriorid);
return 1;
}