05.11.2014, 10:46
SA-MP s.0beit detected
This is simple include for check mod s.0beit.Use check Camera Front Vector to check player use mod or not.
NATIVE.
One native.
pawn Код:
CheckS.obeit(playerid) // check player using s.0beit
pawn Код:
public OnPlayerS.obeitDetected(playerid,detected)
//player check
//detected if 1 is have else no have mod s.0beit
Example:
pawn Код:
public OnPlayerS.obeitDetected(playerid,detected)
{
if(detected)
{
Kick(playerid);
}
return 1;
}
*s.0beitdetected*