Anti sobe,it +rep - 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: Anti sobe,it +rep (
/showthread.php?tid=627973)
Anti sobe,it +rep -
Ramin - 04.02.2017
i need help to make anti sobei.t for my server when player join by this kick him
please give me true codes
Re: Anti sobe,it +rep -
princejeet1510 - 04.02.2017
PHP код:
ffs this is not a SCRIPT FOR YOU section
Request over there MAN!
Re: Anti sobe,it +rep -
Ramin - 04.02.2017
what can i do
Re: Anti sobe,it +rep -
BiosMarcel - 04.02.2017
You can use ****** for example!
Re: Anti sobe,it +rep -
princejeet1510 - 04.02.2017
Quote:
Originally Posted by [Bios]Marcel
You can use ****** for example!
|
Exactly either use ****** and make by yourself or request for a Scripter..
HERE(click on me)
xD
Re: Anti sobe,it +rep -
FikShun - 04.02.2017
I know it was detected and blocked by the
golf club method. In fact this is also overcome cheat users or with the new version(sob*** team) nothing can be completely avoided.
Something like this, take a look:
http://pastebin.com/NbHPYVTP
Re: Anti sobe,it +rep -
Ramin - 04.02.2017
That,s Compiled I will check it and Get you out of the result
Thank You
Re: Anti sobe,it +rep -
Ramin - 04.02.2017
thats worked but make very problems in gm Thats remove all weapons and all cars in the map! and dont fix VirtualWorld Can You Help in Private i Repped you
Re: Anti sobe,it +rep -
FikShun - 04.02.2017
Quote:
Originally Posted by Ramin
thats worked but make very problems in gm Thats remove all weapons and all cars in the map! and dont fix VirtualWorld Can You Help in Private i Repped you
|
okay well, player can withdraw weapons after control.
https://sampwiki.blast.hk/wiki/GetPlayerWeaponData
PHP код:
forward AntiS0bek(pID);
public AntiS0bek(pID)
{
// control codes
}
else
{
// spawn players
for (new i = 0; i <= 12; i++) // get player weapons
{
GetPlayerWeaponData(playerid, i, PlayerWeaponID[playerid][i], PlayerWeaponAmmo[playerid][i]);
}
}
return true;
}
and the world where all the vehicles are spawned. Default world.
PHP код:
if(pSpawn[playerid] == 0)
{
CheckSob(playerid);
pSpawn[playerid] = 1; // Finish
}
SetPlayerVirtualWorld(playerid, 0); /* The world of the players */