[Include] entrance.inc - Create interiors easily
#1

Description:
With this include, you can create interiors quickly and easily.

Functions:
PHP код:
Entrance:CreateEntrance(name[], Float:out_xFloat:out_yFloat:out_zFloat:out_aout_iout_vFloat:in_xFloat:in_yFloat:in_zFloat:in_ain_iin_v
- Creates an entrance.

PHP код:
GetEntranceName(Entrance:indexname[], length sizeof(name)) 
- Gets the name of the entrance.

PHP код:
IsPlayerInRangeOfEntrance(playeridEntrance:indexFloat:range 3.0
- Checks if the player is near an entrance.

PHP код:
IsPlayerInEntrance(playeridEntrance:indexFloat:range 20.0
- Checks if the player is inside an entrance.

PHP код:
GetPlayerClosestEntranceID(playeridFloat:range 3.0
- Gets the closest entrance from the player.

Example:
PHP код:
new Entrance:CityHall
public 
OnFilterScriptInit() 

    
CityHall CreateEntrance("Los Santos City Hall"1481.0654, -1771.875518.7958356.383800390.1687173.80721008.382890.0000369); 
    return 
1

public 
OnPlayerEnterEntrance(playeridEntrance:entranceid

    if (
entranceid == CityHall
    { 
        
SendClientMessage(playerid, -1"Welcome to City Hall."); 
    } 
    return 
1

public 
OnPlayerExitEntrance(playeridEntrance:entranceid

    if (
entranceid == CityHall
    { 
        
SendClientMessage(playerid, -1"You left City Hall."); 
    } 
    return 
1

Pastebin
Reply


Messages In This Thread
entrance.inc - Create interiors easily - by 1sbedx - 09.05.2018, 21:15
Re: entrance.inc - Create interiors easily - by NewFreeroamStunt - 10.05.2018, 06:32
Re: entrance.inc - Create interiors easily - by Dayrion - 10.05.2018, 12:15
Re: entrance.inc - Create interiors easily - by CrystalGamer - 10.05.2018, 17:11
Re: entrance.inc - Create interiors easily - by Pottus - 10.05.2018, 23:09

Forum Jump:


Users browsing this thread: 2 Guest(s)