03.11.2018, 18:07
no its not possible maybe using checkpoints with different interior and vw with streamer would do that but its useless you can use like this if yo want something invisible
PHP Code:
publice OnPlayerUpdate(playerid)
{
if(IsPlayerCalled[playerid])
{
if(IsPlayerStreamedIn(PlayerCallAccepterId))
{
SendMessage("Paramedic Arrived");
IsPlayerCalled[playerid] = false;
}
}
return 1;
}


