06.02.2014, 21:45
(
Последний раз редактировалось liguanhua123; 07.02.2014 в 02:57.
)
Creating a dynamic touch OBJ
CreateTouchOBJ(modelid,x,y,z,rx,ry,rz,world,interi or,streamdistance,touchdistance);
When the player touches the OBJ,Do something ..
Download:solidfiles
thanks to
Streamer by Icognito
YSI by ******
CreateTouchOBJ(modelid,x,y,z,rx,ry,rz,world,interi or,streamdistance,touchdistance);
PHP код:
CreateTouchOBJ(modelid,Float:x,Float:y,Float:z,Float:rx,Float:ry,Float:rz,objworld,objin,Float:streamdistance,touchstreamdistance);
When the player touches the OBJ,Do something ..
PHP код:
public OnPlayerTouchOBJ(playerid,OBJID,MODELID)
thanks to
Streamer by Icognito
YSI by ******