30.01.2010, 03:27
I made a command so that it teleports me to my mapped interior... but when I teleport it takes me back to interior "0" near the City Hall... but I don't teleport to my interior... And here's my code or w/e.
Is there a problem with it that does not let me teleport into my MAPPED interior?
pawn Код:
if(strcmp(cmd, "/gotoc", true) ==0)
{
SetPlayerPos(playerid,1524.2010498047,-1906.0771484375,-4147.4150390625);
SetPlayerInterior(playerid, 18);
return 1;
}