SA-MP Forums Archive
How to..Find a file in the player's game-folder - 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: How to..Find a file in the player's game-folder (/showthread.php?tid=552940)



How to..Find a file in the player's game-folder - Uh - 27.12.2014

For an example in Next generation gaming they can detect the ./"D3d9.dll" File, and it would say you have "
******" uninstall it in order to play in here or something so how to detect these things?


Re: How to..Find a file in the player's game-folder - JaydenJason - 27.12.2014

Quote:
Originally Posted by Uh
Посмотреть сообщение
For an example in Next generation gaming they can detect the ./"D3d9.dll" File, and it would say you have "
******" uninstall it in order to play in here or something so how to detect these things?
NGG has a different way of detecting files, d3d9.dll makes the players vector move when toggled controllable, aka the head moves when the player is frozen upon server entering,

NGG detects the head's vector, and if it moves the player has most likely s0biet which installs d3d9.dll if i'm right.


Re: How to..Find a file in the player's game-folder - Uh - 27.12.2014

Quote:
Originally Posted by JaydenJason
Посмотреть сообщение
NGG has a different way of detecting files, d3d9.dll makes the players vector move when toggled controllable, aka the head moves when the player is frozen upon server entering,

NGG detects the head's vector, and if it moves the player has most likely s0biet which installs d3d9.dll if i'm right.
how will i be able to do that?>


Re: How to..Find a file in the player's game-folder - JaydenJason - 27.12.2014

Quote:
Originally Posted by Uh
Посмотреть сообщение
how will i be able to do that?>
I'm just a newbie scripter, I can do basic things but not such advanced things, but I think something with

GetPlayerCameraFrontVector
TogglePlayerControllable

Someone made this anti s0biet script before, lemme link you over to his profile, pm him and ask for the script.
http://forum.sa-mp.com/member.php?u=218433

See his signature


Re: How to..Find a file in the player's game-folder - Coraxx - 18.10.2017

i really want it