Help In Function
#7

Quote:
Originally Posted by johnnyman1
Посмотреть сообщение
Код:
CMD:rank2(playerid, params[])
{
        new string[128];
        format(string, sizeof(string),"Rank Test:%s",Rank(playerid));
        SendClientMessage(playerid,RED,string);
        return 1;
}
You mixed up the color parameter with the playerid
Wow, nice eye!

I can't understand how exactly this doesn't give you an error
pawn Код:
SendClientMessage(RED,playerid,string);
Reply


Messages In This Thread
Help In Function - by lordturhan - 17.02.2012, 18:52
Re: Help In Function - by Toreno - 17.02.2012, 18:53
Re: Help In Function - by lordturhan - 17.02.2012, 18:59
Re: Help In Function - by Toreno - 17.02.2012, 19:03
Re: Help In Function - by lordturhan - 17.02.2012, 19:04
Re: Help In Function - by johnnyman1 - 17.02.2012, 19:04
Re: Help In Function - by Konstantinos - 17.02.2012, 19:06
Re: Help In Function - by lordturhan - 17.02.2012, 19:08
Re: Help In Function - by lordturhan - 17.02.2012, 19:25

Forum Jump:


Users browsing this thread: 2 Guest(s)