Posts: 596
Threads: 75
Joined: Nov 2015
Is this possible to make an include/plugin that allows the player to download the required stuff before spawning (On Connect) in the server just like in Counter Strike,like textures/models.
So the models/textures will be visible to everyone,this way we will be able to make new gun,skins...etc.
Posts: 3,085
Threads: 37
Joined: Nov 2012
Reputation:
0
Not really. There's no way to really detect if a player's IMG files have been edited or not. As far as I know, nothing like this currently exists, and it probably won't for a while... you could technically create something where their client contacts an external source that gives you information, but each player would have to willingly download it and know exactly what they're downloading. Otherwise, it's illegal..
Posts: 694
Threads: 2
Joined: Oct 2012
Reputation:
0
You can do that by using a custom launcher, but then again everyone should use that launcher, you can't do this with the main sa-mp one.
Posts: 32
Threads: 0
Joined: Feb 2016
Reputation:
0
Pm with KingHual if you need that.
Posts: 1,418
Threads: 63
Joined: Dec 2010
Reputation:
0
Of corse you can do this with a client side plugin which connects to a server side plugin by sockets, but every user of your game mode should first have that plugin installed on their device...