14.07.2010, 18:00
(
Последний раз редактировалось Rac3r; 14.07.2010 в 18:01.
Причина: Typo
)
I never thought about using Vince's callbacks that he posted.
This is what I use.
This is what I use.
pawn Код:
public OnPlayerInteriorChange(playerid,newinteriorid,oldinteriorid)
{
if(oldinteriorid)
{
if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
{
// player was in a mod shop
}
}
return 1;
}