How to get inrerior crodds
#1

hello i make this topic for i get help from you guys how i can get the croods of the interior so when i enter it its tell me in GameText the place for example i enter pizza co interior its write behind Pizza Co
Reply
#2

Use /save to save coordinates. It works even when you're inside a interior. You can retrieve the coordinates from the "savedcoordinates.txt" from your GTA Userfiles.
You can get your interior by entering the /interior command.
pawn Код:
if (strcmp("/enter", cmdtext, true, 0) == 0)
{
    SetPlayerPos(playerid,X,Y,Z);//Change X,Y,Z to the interior position
    SetPlayerInterior(playerid, 1);//Change 1 to the interior id
    GameTextForPlayer(playerid, "~w~Welcome to ~rCluck'n'Bell", 3000, 1);
    return 1;
}
Reply
#3

Adil i was to say you when i need to make the zone for it i need to but the

min x, min y, min z, max x, max y, max z
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)