[Anti-Cheat] FcukIt v3.2 =[Link UPDATED!]= Embedded FcukIt++
#7

Why do you use format here?

pawn Code:
new iString[128];
format(iString, sizeof(iString), "*** Server Monitored by FcukIt v3.0 Ultimate! [by [DRuG]Scarface]");
SendClientMessage(playerid, 0xFFFF00AA, iString);
Instead of this:

pawn Code:
SendClientMessage(playerid, 0xFFFF00AA, "*** Server Monitored by FcukIt v3.0 Ultimate! [by [DRuG]Scarface]");
Why do you use uselessly big variables?

pawn Code:
rConfig()
{
  new File:fhandle;
  new cname[256];
  new temp[256];
  new value[256];
  fhandle = fopen("ficonfig.txt",io_readwrite);
  ...
There will never be longer line than 64 characters ! [in the settings file]
Your code is hard readable. Check this: http://forum.sa-mp.com/index.php?topic=61893.0
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)