[FilterScript] Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc
#14

Made a /setrep CMD! using zcmd and sscanf2. But the problem it works sometimes. Sometimes doesnt. I cant set my rep from 9000 to 0. Idk! Can you give me proper working CMD (Admin CMD's)?

How to use settrusted function? bool? what do i need to set it to?

Im fucked up confused please help iPleo!
pawn Code:
CMD:setrep(playerid, params[])
{
    new level, id;
    if(sscanf(params, "ud", id, level))
    {
        if (IsPlayerAdmin(playerid))
        {
            SendClientMessage(playerid, COLOR_WHITE, "USAGE: /setrep [playerid] [rep points]");
        }
        else return SendClientMessage(playerid, COLOR_WHITE, "You are not authorised to use this command!");
    }
    else
    {
        if (IsPlayerAdmin(playerid))
        {
            Profile_Reputation[id] = level;
            SendClientMessage(id, COLOR_WHITE, "[PROFILE] You have recieved rep points. /saveprofile to save it or Relog!");
        }
    }
    return 1;
}
Even when we GMX while viewing our profile. After the GM , The profile looks like this? IDK why.
http://tinypic.com/r/11c4obp/5

As well as , after disconnecting. I dont see any kind of file containing data of our profile in my Profiles folder of scriptfiles? How come.
Reply


Messages In This Thread
Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by iPLEOMAX - 29.02.2012, 15:19
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by Michael@Belgium - 29.02.2012, 15:21
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by Guitar - 29.02.2012, 15:25
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by Evansive - 29.02.2012, 15:28
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by Lakiya - 29.02.2012, 15:33
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by Ballu Miaa - 29.02.2012, 15:41
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by iPLEOMAX - 29.02.2012, 15:45
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by Ballu Miaa - 29.02.2012, 15:54
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by iPLEOMAX - 29.02.2012, 16:03
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by Ballu Miaa - 29.02.2012, 16:18
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by MadSkillz - 29.02.2012, 17:08
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by zgintasz - 29.02.2012, 18:07
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by Littlehelper[MDZ] - 29.02.2012, 18:09
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by Ballu Miaa - 01.03.2012, 03:12
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by FlawL3x - 01.03.2012, 09:35
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by ShOoBy - 01.03.2012, 10:00
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by DRIFT_HUNTER - 01.03.2012, 10:16
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by PowerMix - 01.03.2012, 11:35
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by xkirill - 01.03.2012, 12:10
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by Rockstαr - 01.03.2012, 13:33
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by System64 - 01.03.2012, 13:57
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by urbaNRoots - 01.03.2012, 20:06
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by Dripac - 01.03.2012, 22:09
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by Dr.Evil_x - 02.03.2012, 06:13
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by Michael@Belgium - 02.03.2012, 16:49
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by iPLEOMAX - 02.03.2012, 16:57
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by inferno211 - 04.03.2012, 17:24
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - by BiGThAsE - 04.03.2012, 17:54

Forum Jump:


Users browsing this thread: 1 Guest(s)