How can i make anticheat? I know something tought.
#4

You need to create variables for each thing you want to create a anticheat for.

pawn Код:
new AC_pCash[ MAX_PLAYERS ];

#define GetPlayerCash(%1) AC_Cash[(%1)]

if( GetPlayerMoney( playerid ) != GetPlayerCash( playerid ) ) ResetPlayerMoney( playerid ), GivePlayerCash( GetPlayerCash( playerid );
^ Example
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)