[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
#2

good suggestions but i don't think it will be possible(correct me if im wrong)
Reply
#3

its possible but I think kalcor has stated that he does not want haft to force people to install your mods into the gta3.img if they do not want to.
Reply
#4

I think its better to have server side IMG file that will be limited to about 10mb
And when you connect to server you download that IMG,IDE,COL to temponary folder
Reply
#5

Yes, good sugestions.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)