首页 Boxes Api Useages EN
文章
取消

Boxes Api Useages EN


Useage

code it at your code head

1
require("Boxes")

FuntionName.Func() to use it

Boxes Funtion

1
2
3
4
5
6
7
8
9
10
11
Ped/Int/Entity  myPed()
Veh/Int/Entity  myVeh()
V3              myPos()
float           myHeal()
float           MaxHeal(Ped who)
void            HalfGod(String name,Int Parentid)
string          getIp(Int pid)
array<int>      whoIsSpectMe()
array<int>      whoIsAimMe()
array<int>      tokenSort()
Entity          spawn(Hash hash,int/V3 pid/pos/ped/Entity)

example

1
2
require("Boxes")
local my_ped=Boxes.myPed()
本文由作者按照 CC BY 4.0 进行授权
热门标签