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

------------------------------------------------------------------------

SetPlayerCheckPoint(playerid,Float,Float:y,Float :z,Floatize)

Float - x co-ordinate of the checkpoint position.
Float:y - y co-ordinate of the checkpoint position.
Float:z - z co-ordinate of the checkpoint position.

returns - checkpointid.

E.G
new cpid = SetPlayerCheckPoint(playerid,134.244,323.4554.64.4 44);

-------------------------------------------------------------------

strcut(string[],substring[])


string - the string which u want to remove a substring.
substring - the part of string which u want to remove.

E.G
strcut(string,"king");

-------------------------------------------------------------------

fline(File:handle,line)

File:handle - the file handler which u have used to open the file.
line - the line number which you want to seek.

E.G
fline(handler,23);

--------------------------------------------------------------------

AddStaticHouse(Float,Float:y,Float:z,Float:ix,Fl oat:iy,Float:iz,ii)

Float - the x co-ordinate of the house.
Float:y - the y co-ordinate of the house.
Float:z - the z co-ordinate of the house.
Float:ix - the ix co-ordinate of interior of the house.
Float:iy - the iy co-ordinate of interior of the house.
Float:iz - the iz co-ordinate of interior of the house.
ii - the interior id of interior of the house.

returns - houseid

E.G
AddStaticHouse(2312.233,233.323,3245.54234,43.4656 ,235.2214,123.5668,4);

---------------------------------------------------------------------

AddStaticBiz(Float,Float:y,Float:z,Float:ix,Floa t:iy,Float:iz,ii)

Float - the x co-ordinate of the biz.
Float:y - the y co-ordinate of the biz.
Float:z - the z co-ordinate of the biz.
Float:ix - the ix co-ordinate of interior of the biz.
Float:iy - the iy co-ordinate of interior of the biz.
Float:iz - the iz co-ordinate of interior of the biz.
ii - the interior id of interior of the biz.

returns - bizid

E.G
AddStaticBiz(2312.233,233.323,3245.54234,43.4656,2 35.2214,123.5668,4);

--------------------------------------------------------------------

EnableBlockAmmu(toggle)

toggle - 1 if yes , 0 if no

E.G
EnableBlockAmmu(1);

---------------------------------------------------------------------

MakeAmmu(slot1,slot2,slot3,slot4,slot5,slot6,slot7 )

slot1 - the first menu row in ammu-nation menu.( 1 if enable, 0 if disable)
slot2 - the second menu row in ammu-nation menu.( 1 if enable, 0 if disable)
slot3 - the third menu row in ammu-nation menu.( 1 if enable, 0 if disable)
slot4 - the four menu row in ammu-nation menu.( 1 if enable, 0 if disable)
slot5 - the five menu row in ammu-nation menu.( 1 if enable, 0 if disable)
slot6 - the six menu row in ammu-nation menu.( 1 if enable, 0 if disable)
slot7 - the seven menu row in ammu-nation menu.( 1 if enable, 0 if disable)

returns - ammuid

E.G
MakeAmmu(1,1,1,1,1,0,0)

-------------------------------------------------------------

SetWeaponCost(ammuid,weaponid,cost)

weaponid - It can be determined by xy
where x is the row in the main ammu menu
and y is the row in the second ammu menu.
E.G
SetWeaponCost(ammu1,11,435);

---------------------------------------------------------------

EnableChatSystem(toggle)

toggle - 1 if yes, 0 if no.

E.G
EnableChatSystem(1);

---------------------------------------------------------------

SavePlayer(playerid,info[],value[])

info - is the information about the player.
value - is the value for that particular informatin.

E.G
SavePlayer(playerid,"Health","12.55");

---------------------------------------------------------------

LoadPlayer(playerid,info[],value[])

info - is the information about the player.
value - is the value for that particular informatin.

returns - 1 if info found, 0 if not found.

E.G
LoadPlayer(playerid,"Health",string);

---------------------------------------------------------------

SaveProperty(name[],info[],value[])

name - name of the property.
info - is the information about the player.
value - is the value for that particular informatin.

E.G
SaveProperty("Deaths","Shreyon","3");

---------------------------------------------------------------

LoadProperty(name[],info[],value[])

name - name of the property.
info - is the information about the player.
value - is the value for that particular informatin.

returns - 1 if found, 0 if not found.

E.G
LoadProperty("Deaths,"Shreyon",string);


-------------------------------------------------------------------

ToggleClock(toggle)

toggle - 1 if yes, 0 if no.

E.G
ToggleClock(1);

-------------------------------------------------------------------

EnableFuelSystem(toggle)

toggle - 1 if yes, 0 if no.

E.G
EnableFuelSystem(1);

-------------------------------------------------------------------
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: 2 Guest(s)