[Include] [ MIC ] - [ Make It Comfortable ] - [ Redefined ]
#42

hwere can i find holiday edition? because i need gang create and etc. stuff with gang

i searche but i cant find it.

Quote:
Originally Posted by Marcel
This is in mic_guide.inc:
Quote:

# Make It Comfortable. Holiday Edition [ MIC. h.e.1 ]

/*
[TESTED]-o Save n Load

- Create(file[])
Info: Creates a data set file.
Parameters:
file[] - file name
returns - none

- Delete(file[])
Info: Deletes a data set file.
Parameters:
file[] - file name
returns - none

- Rename(file[],newname[])
Info: Renames a data set file.
Parameters:
file[] - old file name
newname[] - new name
returns - none

- Save(file[],data[],value[])
Info: Saves data with the value into a data set file.
Parameters:
file[] - file name
data[] - data(information)
value[] - value for the information
returns - none

- Load(file[],data[])
Info: Loads the value of data from the given data set file.
Parameters:
file[] - file name
data[] - data which requires its value
returns - value

[TESTED]-o House

- SetHouse(iconid,Float:OutsideX,Float:OutsideY,Floa t:OutsideZ,Float:InsideX,FLoat:InsideY,Float:Insid eZ,InsideID,Cost)
Info: Sets a pre-built house with flexible and intractive features.
Parameters:
iconid - Pickup Model Id
OutsideX - X cordinate of the outside of the house
OutsideY - Y cordinate of the outside of the house
OutsideZ - Z cordinate of the outside of the house
InsideX - X cordinate of the inside of the house
InsideY - Y cordinate of the inside of the house
InsideZ - Z cordinate of the inside of the house
InsideID - Interior id of inside of the house
Cost - Cost of the house
returns - houseid

- SetHouseCar(houseid,modelid,FLoat,Float:y,FLoat: z,FLoat:r)
Info: Sets a house car which will be only usable by the owner and tenents of the house.
Parameters:
houseid - House id
x - x cordinate
y - y cordinate
z - z cordinate
r - angle of rotation
returns - none

- /info
Do /info inside a house, to get the information and
and details upon the house.

- /exit
Do /exit inside a house, to get out from that house.

- /rent
Do /rent inside a house to rent that house.
Do /rent <amount> inside a house to set the
rent of the house.

- /unrent
Do /unrent inside a houuse, to unrent that house.

- /buy
Do /buy inside a house to buy that house.

- /sell
Do /sell inside a house to sell that house.

- /withdraw
Do /withdraw inside a house to withdraw money
from that house bank.

[TESTED]-o Bizs

- SetBiz(iconid,Float:OutsideX,Float:OutsideY,Float: OutsideZ,Float:InsideX,FLoat:InsideY,Float:InsideZ ,Float:InsideID,Cost)
Info: Sets a pre-built biz with flexible and interactive features.
Parameters:
iconid - Pickup Model Id
OutsideX - X cordinate of the outside of the biz
OutsideY - Y cordinate of the outside of the biz
OutsideZ - Z cordinate of the outside of the biz
InsideX - X cordinate of the inside of the biz
InsideY - Y cordinate of the inside of the biz
InsideZ - Z cordinate of the inside of the biz
InsideID - Interior id of inside of the biz
Cost - Cost of the biz
returns - bizid
- /open
Do /open inside a biz to set it open for all.

- /close
Do /close inside a biz to set it close for all.

- /exit
Do /exit inside a biz to get out from the biz.

- /fee
Do /fee <amount> inside a biz, to set its
enterance fee.

- /info
Do /info inside a biz to get information
and details about that biz.

[TESTED]-o Checkpoints

- CreateCheckpoint(Float,Float:y,Float:z,Floatiz e)
Info: Creates a checkpoints at the specified position.
Parameters:
x - x cordinate
y - y cordinate
z - z cordinate
size - size of the checkpoint
returns - checkpointid

- DestroyCheckpoint(checkpointid)
Info: Destroys a pre-made checkpoint.
Parameters:
checkpointid - checkpoint id
returns - none

- ShowCheckpoint(playerid,checkpointid)
Info: Shows the checkpoint to certain player.
Parameters:
playerid - player id
checkpointid - checkpoint id
returns - none

- HideCheckpoint(playerid,checkpointid)
Info: Hides the checkpoint to certain player.
Parameters:
playerid - player id
checkpointid - checkpoint id
returns - none

- ShowCheckpointForAll(checkpointid)
Info: Shows checkpoint for all the players.
Parameters:
checkpointid - checkpoint id
returns - none

- HideCheckpointForAll(checkpointid)
Info: Hide checkpoint for all.
Parameters:
checkpointid - checkpoint id
returns - none

- Float:CheckpointToPlayerDistance(checkpointid,play erid)
Info: Gives the distance between a checkpoint and a player.
Parameters:
checkpointid - checkpoint id
playerid - player id
returns - distance

- GetPlayerClosestCheckpoint(playerid)
Info: Gives the closest checkpoint for the player.
Paramters:
playerid - player id
returns - checkpoint id


-o Gangs
- CreateGang(gang[],leader[])
Info: Creates a gang with the give name and leader.
Parameters:
gang[] - gang name
leader[] - leader name
returns - gang id

- MakeGangLeader(gang[],leader[])
Info: Sets a leader of certain gang.
Parameters:
gang[] - gang name
leader[] - leader name
returns - none

- KickGangLeader(gang[],leader[])
Info: Removes a leader of certain gang.
Parameters:
gang[] - gang name
leader[] - leader name
returns - none

- SetPlayerInGang(player[],gang[])
Info: Sets a certain player in a gang.
Parameters:
player[] - player name
gang[] - gang name
returns - none

- RemovePlayerForGang(player[])
Info: Removes a certain from his gang.
Parameters:
player[] - player name
returns - none

- IsPlayerInGang(player[],gang[])
Info: Verifies if a certain player is in a certain gang.
Parameters:
player[] - player name
gang[] - gang name
returns - 1 if yes
0 if no

- IsPlayerLeader(player[])
Info: Verifies if a certain player is leader of certain gang.
Parameters:
player[] - player name
gang[] - gang name
returns - 1 if yes
0 if no

- SendClientMessageToGang(gang[],color,message[])
Info: Sends a message to all the members of the gang.
Parameters:
gang[] - gang name
color - colour
message[] - message text
returns - none

-o Ammu Menu Builder
- EnableBlockAmmu(toggle)
Info: Blocks players from entering ammunation.
Parameters:
toggle - 1 if yes
0 if no
returns - none

- AddStaticAmmu(slot1,slot2,slot3,slot4,slot5,slot6, slot7)
Info: Creates a completely flexible ammunation menu.
Parameters:
slot1 - slot 1
slot2 - slot 2
slot3 - slot 3
slot4 - slot 4
slot5 - slot 5
slot6 - slot 6
slot7 - slot 7
returns - ammu id

- ShowAmmu(playerid,ammuid)
Info: Show a pre-set ammunation menu to a certain player
Paramters:
ammuid - ammu id
returns - none

- SetWeaponCost(ammuid,weaponid,cost)
Info: Sets costs of weapon in a certain ammu menu.
Parameters:
ammuid - ammu id
weaponid - weapon set id
cost - cost of weapon
returns - none


[TESTED]-o Gadgets
- Clock
- ToggleRealClock()
Info: Shows a clock with interactive real life setup.
Parameters:
returns - none

- Fuel
- GetVehicleFuel(vehicleid)
Info: Gives the fuel information of certain vehicle.
Parameters:
vehicleid - vehicle id
returns - fuel

- EnableFuelSystem(toggle)
Info: Turns a dynamic fuel system on/off.
Parameters:
toggle - 1 if on
0 if off
returns - none

- GiveFuel(playerid,vehicleid)
Info: Files a certain vehicle with fuel.
Paramters:
playerid - player id
vehicleid - vehicle id
returns - none

- UseFuel(playerid,vehicleid)
Info: Uses fuel of certain vehicle.
Paramters:
playerid - player id
vehicleid - vehicle id
returns - none
- /fill or /f
Do /fill or /f when u r in a fuel station to fill
your vehicle with fuel.

- Prison Doors in LSPD
- OpenPrison(door)
Info: Opens the prison(jail) doors of LSPD.
Parameters:
door - 1 if first gate
2 if second gate
returns - none

- ClosePrison(door)
Info: Closes the prison(jail) doors of LSPD.
Parameters:
door - 1 if first gate
2 if second gate
returns - none

[TESTED}-o Message Box
- Box:MessageBoxCreate(title[])
Info: Creates a message box which can be used as a hints/tips/warning message client.
Parameters:
title[] - title of the message box
returns - message box id

- AddMessageBoxLine(Box:MessageBoxID,text[])
Info: Adds a line to a pre-built message box.
Parameters:
MessageBoxID - message box id
text[] - text in that line
returns - none

- MessageBoxShowForPlayer(Box:MessageBoxID,playerid)
Info: Shows the message box to a certain player.
Parameters:
MessageBoxID - message box id
playerid - player id
returns - none
*/

# =[ Support ]=

- Questions
- Bugs
- Suggestions
- Reports
please reply at the forums.


# by Kapil
Reply


Messages In This Thread
[ MIC ] - [ Make It Comfortable ] - [ Redefined ] - by Kapil - 19.09.2007, 19:06
Re: INC] Make It Comfortable - [ M.I.C ] version 0.1 BETA - by kc - 19.09.2007, 19:21
Re: INC] Make It Comfortable - [ M.I.C ] version 0.1 BETA - by nate660 - 19.09.2007, 19:30
Re: INC] Make It Comfortable - [ M.I.C ] version 0.1 BETA - by Alejandro - 19.09.2007, 19:36
Usage - by Kapil - 19.09.2007, 19:58
Re: INC] Make It Comfortable - [ M.I.C ] version 0.1 BETA - by nate660 - 19.09.2007, 20:03
Re: INC] Make It Comfortable - [ M.I.C ] version 0.1 BETA - by Alejandro - 19.09.2007, 20:08
Re: INC] Make It Comfortable - [ M.I.C ] version 0.1 BETA - by El0vric - 19.09.2007, 20:15
Re: INC] Make It Comfortable - [ M.I.C ] version 0.1 BETA - by Kapil - 19.09.2007, 20:22
Re: INC] Make It Comfortable - [ M.I.C ] version 0.1 BETA - by Pentel - 19.09.2007, 21:21
Re: INC] Make It Comfortable - [ M.I.C ] version 0.1 BETA - by almighty - 19.09.2007, 23:06
Re: INC] Make It Comfortable - [ M.I.C ] version 0.2 BETA - by Kapil - 20.09.2007, 03:19
Re: INC] - [ Make It Comfortable ] - M.I.C ] - version 0.21 BETA - by [LSB]TheGame - 20.09.2007, 10:52
Re: INC] - [ Make It Comfortable ] - M.I.C ] - version 0.23 BETA - by Kapil - 20.09.2007, 11:54
Re: INC] - [ Make It Comfortable ] - M.I.C ] - version 0.23 BETA - by [LSB]TheGame - 20.09.2007, 11:57
Re: INC] - [ Make It Comfortable ] - M.I.C ] - version 0.23 BETA - by Kapil - 20.09.2007, 12:09
Re: INC] - [ Make It Comfortable ] - M.I.C ] - version 0.23 BETA - by [LSB]TheGame - 20.09.2007, 12:14
Re: INC] - [ Make It Comfortable ] - M.I.C ] - version 0.23 BETA - by Kapil - 20.09.2007, 12:34
Re: INC] - [ Make It Comfortable ] - M.I.C ] - version 0.23 BETA - by [LSB]TheGame - 20.09.2007, 12:37
Re: INC] - [ Make It Comfortable ] - M.I.C ] - version 0.23 BETA - by Warriors_Tornado - 20.09.2007, 12:50
Re: INC] - [ Make It Comfortable ] - M.I.C ] - version 0.23 BETA - by Kapil - 20.09.2007, 12:56
Re: INC] - [ Make It Comfortable ] - M.I.C ] - version 0.23 BETA - by Warriors_Tornado - 20.09.2007, 14:02
Re: INC] - [ Make It Comfortable ] - M.I.C ] - version 0.23 BETA - by Kapil - 20.09.2007, 14:31
Re: INC] - [ Make It Comfortable ] - M.I.C ] - version 0.23 BETA - by steven - 20.09.2007, 14:45
Re: INC] - [ Make It Comfortable ] - M.I.C ] - version 0.23 BETA - by IJzerenRita - 20.09.2007, 14:50
Re: INC] - [ Make It Comfortable ] - M.I.C ] - version 0.23 BETA - by steven - 20.09.2007, 14:56
Re: INC] - [ Make It Comfortable ] - M.I.C ] - version 0.23 BETA - by Warriors_Tornado - 20.09.2007, 14:57
Re: INC] - [ Make It Comfortable ] - M.I.C ] - version 0.23 BETA - by Kapil - 20.09.2007, 15:10
Re: INC] - [ Make It Comfortable ] - M.I.C ] - version 0.23 BETA - by Pentel - 20.09.2007, 15:30
Re: INC] - [ Make It Comfortable ] - M.I.C ] - version 0.23 BETA - by polgast - 20.09.2007, 15:50
Re: [ Make It Comfortable aka MIC ] - [ Holiday Edition ] - Ver: h.e.1 - by BioFreeze - 28.03.2008, 17:57
Re: [ Make It Comfortable aka MIC ] - [ Holiday Edition ] - Ver: h.e.1 - by [GTA] - 28.03.2008, 23:56
Re: [ Make It Comfortable aka MIC ] - [ Holiday Edition ] - Ver: h.e.1 - by Kapil - 29.03.2008, 12:51
Re: [ Make It Comfortable aka MIC ] - [ Holiday Edition ] - Ver: h.e.1 - by [GTA] - 30.03.2008, 00:50
Re: [ Make It Comfortable aka MIC ] - [ Holiday Edition ] - Ver: h.e.2 - by Kapil - 30.03.2008, 09:25
Re: [ Make It Comfortable aka MIC ] - [ Holiday Edition ] - Ver: h.e.2 - by BioFreeze - 30.03.2008, 16:22
Re: [ Make It Comfortable aka MIC ] - [ Holiday Edition ] - Ver: h.e.2 - by frRic - 31.03.2008, 02:49
Re: [ Make It Comfortable aka MIC ] - [ Holiday Edition ] - Ver: h.e.2 - by frRic - 31.03.2008, 15:53
Re: [ Make It Comfortable aka MIC ] - [ Holiday Edition ] - Ver: h.e.2 - by ogjoost - 04.04.2008, 14:59
Re: [ Make It Comfortable aka MIC ] - [ Holiday Edition ] - Ver: h.e.2 - by SmartyPants - 16.04.2008, 09:19
Re: [ MIC ] - [ Make It Comfortable ] - [ Redefined ] - by Jamould - 23.10.2008, 15:36
Re: [ MIC ] - [ Make It Comfortable ] - [ Redefined ] - by Shell - 01.11.2008, 11:32
Re: [ MIC ] - [ Make It Comfortable ] - [ Redefined ] - by Steve Vai - 13.12.2008, 07:53
Re: [ MIC ] - [ Make It Comfortable ] - [ Redefined ] - by Dark_Kostas - 13.12.2008, 08:00
Re: [ MIC ] - [ Make It Comfortable ] - [ Redefined ] - by Mikep - 22.01.2009, 02:27
Re: [ MIC ] - [ Make It Comfortable ] - [ Redefined ] - by Remcconen - 24.05.2009, 08:25
Re: [ MIC ] - [ Make It Comfortable ] - [ Redefined ] - by Remcconen - 27.05.2009, 13:46
Re: [ MIC ] - [ Make It Comfortable ] - [ Redefined ] - by GermanFighter - 09.08.2009, 11:02
Re: [ MIC ] - [ Make It Comfortable ] - [ Redefined ] - by Lucas Giovanni - 29.11.2009, 22:47
Re: [ MIC ] - [ Make It Comfortable ] - [ Redefined ] - by Juanxz - 22.01.2010, 14:21
Re: [ MIC ] - [ Make It Comfortable ] - [ Redefined ] - by Slice - 18.11.2010, 11:22
Re: [ MIC ] - [ Make It Comfortable ] - [ Redefined ] - by Ehab1911 - 19.11.2010, 00:06
Re: [ MIC ] - [ Make It Comfortable ] - [ Redefined ] - by The_Moddler - 19.11.2010, 00:08
Re: [ MIC ] - [ Make It Comfortable ] - [ Redefined ] - by wups - 19.11.2010, 16:31
Respuesta: [ MIC ] - [ Make It Comfortable ] - [ Redefined ] - by anonymousx - 21.11.2010, 15:20
Re: [ MIC ] - [ Make It Comfortable ] - [ Redefined ] - by Stefan_Toretto - 11.12.2010, 18:44
AW: [ MIC ] - [ Make It Comfortable ] - [ Redefined ] - by nescha - 25.11.2011, 19:08

Forum Jump:


Users browsing this thread: 3 Guest(s)