Pawno Compiler is not compiling my file.
#3

Pastebin please?
Quote:
Originally Posted by N000000b :)
Код:
	// End Admin CMDS
	if (strcmp("/suicide", cmdtext, true, 10) == 0)
	{
		SetPlayerHealth(playerid, 0);
		return 1;
	}
  return 1;
  }
Код:
	// End Admin CMDS
	if (strcmp("/suicide", cmdtext, true, 10) == 0)
	{
		SetPlayerHealth(playerid, 0);
		return 1;
	}
Btw It should be
Код:
if (strcmp(cmdtext,"/suicide", true, 10) == 0)
	{
		SetPlayerHealth(playerid, 0);
		return 1;
	}
Reply


Messages In This Thread
Pawno Compiler is not compiling my file. - by Ihsan_Cingisiz - 07.06.2010, 04:35
Re: Pawno Compiler is not compiling my file. - by [L3th4l] - 07.06.2010, 05:00
Re: Pawno Compiler is not compiling my file. - by DJDhan - 07.06.2010, 07:39
Re: Pawno Compiler is not compiling my file. - by Kyosaur - 07.06.2010, 09:41
Re: Pawno Compiler is not compiling my file. - by Ihsan_Cingisiz - 07.06.2010, 12:18
Re: Pawno Compiler is not compiling my file. - by MadeMan - 07.06.2010, 13:26
Re: Pawno Compiler is not compiling my file. - by Flashy - 07.06.2010, 13:41

Forum Jump:


Users browsing this thread: 1 Guest(s)