01.07.2008, 17:03
Why do you use format here? ![afro](images/smilies/mrgreen.gif)
Instead of this:
Why do you use uselessly big variables?
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
![afro](images/smilies/mrgreen.gif)
pawn Code:
new iString[128];
format(iString, sizeof(iString), "*** Server Monitored by FcukIt v3.0 Ultimate! [by [DRuG]Scarface]");
SendClientMessage(playerid, 0xFFFF00AA, iString);
pawn Code:
SendClientMessage(playerid, 0xFFFF00AA, "*** Server Monitored by FcukIt v3.0 Ultimate! [by [DRuG]Scarface]");
pawn Code:
rConfig()
{
new File:fhandle;
new cname[256];
new temp[256];
new value[256];
fhandle = fopen("ficonfig.txt",io_readwrite);
...
Your code is hard readable. Check this: http://forum.sa-mp.com/index.php?topic=61893.0