Tag mismatch
#4

Alright, the stock you got is Path(playerid) where it requires the ID of the player.

and in your unban command, you wrote Path(unbanname) where unbanname is the name not the ID.

Therefore make another stock for it:

pawn Код:
stock PathEx(playername[])
{
    new str[128];
    format(str,sizeof(str),UserPath,playername);
    return str;
}
Then in your unban command use PathEx(unbanname);
Reply


Messages In This Thread
Tag mismatch - by DarkLored - 11.02.2014, 01:32
Re: Tag mismatch - by Kirollos - 11.02.2014, 01:36
Re: Tag mismatch - by DarkLored - 11.02.2014, 01:38
Re: Tag mismatch - by Kirollos - 11.02.2014, 01:42
Re: Tag mismatch - by DarkLored - 11.02.2014, 01:45

Forum Jump:


Users browsing this thread: 1 Guest(s)