[SUGGESION]Checking whether the object is installed
#1

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:
pawn Код:
if(!IsPlayerIMGObjectInstalled(playerid,17892)){
SendClientMessage(playerid,color,"Object not found please download object from website");
}
Or/And

IsPlayerIMGObjectInstalledEx(playerid,objectname[]);

Example:
pawn Код:
if(!IsPlayerIMGObjectInstalledEx(playerid,"FishingRod.dff")){
SendClientMessage(playerid,color,"Object not found please download object from website");
}
And

GetPlayerIMGObjectSize(playerid,objectid_from_samp img);
GetPlayerIMGObjectSizeEx(playerid,objectname[]);
Reply


Messages In This Thread
[SUGGESTION]Checking whether the object is installed - by QuaTTrO - 05.12.2010, 11:22
Re: [SUGGESION]Checking whether the object is installed - by legodude - 05.12.2010, 11:24
Re: [SUGGESION]Checking whether the object is installed - by BLAbla93 - 05.12.2010, 15:17
Re: [SUGGESION]Checking whether the object is installed - by DRIFT_HUNTER - 05.12.2010, 15:33
Re: [SUGGESION]Checking whether the object is installed - by DaKill - 05.12.2010, 16:48

Forum Jump:


Users browsing this thread: 2 Guest(s)