[4 Warnings.] Please help me
#4

Indent the code, and add do on commandtext like this:


Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
 if (strcmp("/geber", cmdtext, true, 10) == 0)
 {
  SetPlayerHealth(playerid,0);
    return 1;
 }
return 0;
}
for the 4th warning, you didn't use the command anywhere.
Reply


Messages In This Thread
[4 Warnings.] Please help me - by Lynax - 31.10.2009, 12:38
Re: [4 Warnings.] Please help me - by bkart - 31.10.2009, 12:40
Re: [4 Warnings.] Please help me - by Lynax - 31.10.2009, 12:41
Re: [4 Warnings.] Please help me - by 0ne - 31.10.2009, 12:46
Re: [4 Warnings.] Please help me - by Whitetiger - 31.10.2009, 12:47
Re: [4 Warnings.] Please help me - by TheNooB - 31.10.2009, 17:21
Re: [4 Warnings.] Please help me - by 0ne - 31.10.2009, 18:11

Forum Jump:


Users browsing this thread: 1 Guest(s)