Search Results
I never knew a switch was needed for this, I thought AdmRank was pretty much like tLevel, variables where it would just get the rank after the guy was demoted/promoted. I'll try it out.
244
pawn Код: YCMD:setadmin(playerid, params[], help){    if( pInfo[playerid][Adminlevel] >= 4 )    {        new            TargetID,            tLevel,            tReason...
244
So all this does is display who gets rick roll'd and play the song?
875
Quote: Originally Posted by [HiC]TheKiller pawn Код: YCMD:offlineban(playerid, params[], help){    new        name[24]; //Name instead (string)    if( !sscanf(params, "s[24]", ...
216
Quote: Originally Posted by [ABK]Antonio You need to use a string specifier instead of the u specifier pawn Код: new TargetID;if( !sscanf(params, "u", TargetID)) would be pawn Код...
216
For people not sure what the problem is, I get an Invalid Player Name even when I type in the right player name. P.S. I'd also want to know if it's possible to add the name into the samp.ban file. th...
216
pawn Код: YCMD:offlineban(playerid, params[], help){    new        TargetID;    if( !sscanf(params, "u", TargetID))    {        new string[32];        format(string,sizeof(string...
216
Quote: Originally Posted by mamorunl Your playeramount check is inside the foreach loop. Put it outside the foreach Are you sure? Isn't the playeramount++ count how many admins are on...
142
pawn Код: IRCCMD:admins(botid, channel[], user[], host[], params[]){    new msg[128], msg1[50], AdmRank[128], playeramount; //Increase str to a suitable number    foreach(Player, i)    {  Â...
142
Quote: Originally Posted by dr.pepper Are you sure you are logged in IRC as a halfop or above? No, I'm testing it to see if it shows when you aren't halfop or above. I don't want it to ...
213
I did it, but it doesn't work, it still shows even when I'm not a halfop. Код: <@WCG1> [JOINED] [MM]HydraX (ID: 0) <@WCG2> ***[MM]HydraX (ID: 0) has logged on to his account. <@WCG...
213
Quote: Originally Posted by dr.pepper So then it's like this: pawn Код: IRC_GroupSay(groupID, "%#wcgsamp", ircMsg); Does it matter if it's defined? #define IRC_CHANNEL "wcgsamp"
213