11.02.2017, 16:30
Hey, you wrote the interior id wronger.
Try this now.
Try this now.
PHP код:
if (!strcmp("/henter", cmdtext))
{
if (IsPlayerInRangeOfPoint(playerid, 1.0, X, Y, Z))
{
SetPlayerInterior(playerid, 5);
SetPlayerPos(playerid, 1267.663208,-781.323242,1091.906250);
}
return 1;
}
return 0;
}