[Tool/Web/Other] Plugin Request [ShowClientImage] - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Plugin Development (
https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: [Tool/Web/Other] Plugin Request [ShowClientImage] (
/showthread.php?tid=475543)
Plugin Request [ShowClientImage] -
LeaveMe - 13.11.2013
Please forgive me for this post section. I found here most related to ask for a plugin.
I know it's not possible to make this plugin without a client side plugin but still this is very very useful.
Is it possible for some of you plugin coder guys to implement this idea ?
It shouldn't take a long to make this.
if(!IsPluginInstalledOnClientMachine(playerid)) Kick(playerid); //download client side plugin
else ShowClientImage(ImageUrl, PosX, PosY, RotX, RotY, SizeX, SizeY, SomeOherUsefulParam?);
AW: Plugin Request [ShowClientImage] -
BigETI - 13.11.2013
Use the socket plugin and develop (or look for someone to make) an modification for users, so a server sided script can be applied via AMX.
Re: Plugin Request [ShowClientImage] -
LeaveMe - 13.11.2013
I didn't know about socket plugin. Thank you!!