05.12.2010, 11:22
(
Последний раз редактировалось QuaTTrO; 05.12.2010 в 11:38.
)
Hi, Please add the function through which the object will check whether the player is installed in samp.img
Example functions:
IsPlayerIMGObjectInstalled(playerid,modelid_in_sam pimg);
Example:
Or/And
IsPlayerIMGObjectInstalledEx(playerid,objectname[]);
Example:
And
GetPlayerIMGObjectSize(playerid,objectid_from_samp img);
GetPlayerIMGObjectSizeEx(playerid,objectname[]);
Example functions:
IsPlayerIMGObjectInstalled(playerid,modelid_in_sam pimg);
Example:
pawn Код:
if(!IsPlayerIMGObjectInstalled(playerid,17892)){
SendClientMessage(playerid,color,"Object not found please download object from website");
}
IsPlayerIMGObjectInstalledEx(playerid,objectname[]);
Example:
pawn Код:
if(!IsPlayerIMGObjectInstalledEx(playerid,"FishingRod.dff")){
SendClientMessage(playerid,color,"Object not found please download object from website");
}
GetPlayerIMGObjectSize(playerid,objectid_from_samp img);
GetPlayerIMGObjectSizeEx(playerid,objectname[]);