Search Results
By the way it still isn't working.
119
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.
119
pawn Код:
YCMD:setadmin(playerid, params[], help){  if( pInfo[playerid][Adminlevel] >= 4 )  {    new      TargetID,      tLevel,      tReason...
119
So all this does is display who gets rick roll'd and play the song?
485
Did you set %d to ALL the formats?
40
Quote:
Originally Posted by [HiC]TheKiller
pawn Код:
YCMD:offlineban(playerid, params[], help){  new    name[24]; //Name instead (string)  if( !sscanf(params, "s[24]", ...
92
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 Код...
92
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...
92
pawn Код:
YCMD:offlineban(playerid, params[], help){  new    TargetID;  if( !sscanf(params, "u", TargetID))  {    new string[32];    format(string,sizeof(string...
92
Why thank you ! :P
80
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...
80
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)  { Â...
80
..and this is why I love iPLEOMAX..
632
Good...
..Lord..
505
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 ...
93
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...
93
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"
93