SA-MP Forums Archive
Check the connection objects? (CUSTOM) - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Check the connection objects? (CUSTOM) (/showthread.php?tid=455238)



Check the connection objects? (CUSTOM) - JacobWilkerson - 01.08.2013

Hi to one and all.

So I wonder how to "check" on login / registration if the player has a custom.img, I explain:

I use a custom custom.img my server, and therefore objects are modified. (The question marks by modded objects etc.)

So I'm looking for a way to check if the player has the file, so if it has can log in / register, but if it has not, it can not, it's the kick you.

Can you help me?

Bye


Re: Check the connection objects? (CUSTOM) - Chenko - 01.08.2013

There is no way.


Re: Check the connection objects? (CUSTOM) - SuperViper - 01.08.2013

In your custom file that you want all of your players to have, remove the collision from a floor-like object and then create the object in-game and spawn the user on top of it. If the user falls, then they have your file.


Re: Check the connection objects? (CUSTOM) - Pottus - 01.08.2013

Quote:
Originally Posted by SuperViper
Посмотреть сообщение
In your custom file that you want all of your players to have, remove the collision from a floor-like object and then create the object in-game and spawn the user on top of it. If the user falls, then they have your file.
I was thinking the same thing except putting an object to prevent them from falling if they have the custom file.


Re : Check the connection objects? (CUSTOM) - JacobWilkerson - 02.08.2013

UP..


Re: Check the connection objects? (CUSTOM) - Facerafter - 02.08.2013

Why do you bump it?
Theres noway to check in someones GTA Folder.
SuperViper and [uL]Pottuss gave you the solution?