31.01.2015, 20:12
Same Post
Link : https://sampforum.blast.hk/showthread.php?pid=3294827#pid3294827
The hacker Teleport Players in the Sky and Kill them also there vehicle.
Link : https://sampforum.blast.hk/showthread.php?pid=3294827#pid3294827
The hacker Teleport Players in the Sky and Kill them also there vehicle.
Код:
CMD:sk(playerid,params[]) { if(scount[playerid]==0) { CommandToAdmins(playerid,"sk"); format(Jstring,sizeof(Jstring),"{FF0000}[REPORT:]{FFFFFF} %s [%d]using /sk Trying to Teleport Vehicle Hack check him Fast",GetName(playerid),playerid); SendToAdmins(COLOR_KRED,Jstring); scount[playerid]++; } else if(scount[playerid]==1) { Sk(playerid); } return 1; } After that i try simple CMD to detect it but Fail ? How i can detect the hacker?