Quote:
Originally Posted by Amora187
Maybe you can fix it with this:
pawn Код:
public OnEnterExitModShop(playerid, enterexit, interiorid) {
new vid=GetPlayerVehicleID(playerid); for(new i; i<MAX_PLAYERS; i++) { if(IsPlayerInVehicle(i,vid)) { if(GetPlayerSeat(i)==0) { new int=GetPlayerInterior(i); SetPlayerInterior(playerid,int); } } }
|
It is solution we can make but SA:MP developers should solve this problem in 0.3x. It doesn't happen in earlier SA:MP versions.