[Error with /r]
#1

Hello guys, I am receiving this errors for command /r
C:\Users\Maki\Desktop\TDM\gamemodes\TDM.pwn(299) : error 017: undefined symbol "string"
C:\Users\Maki\Desktop\TDM\gamemodes\TDM.pwn(299) : error 017: undefined symbol "string"
C:\Users\Maki\Desktop\TDM\gamemodes\TDM.pwn(299) : error 029: invalid expression, assumed zero
C:\Users\Maki\Desktop\TDM\gamemodes\TDM.pwn(299) : fatal error 107: too many error messages on one line

CODE:
Код HTML:
 	if (strcmp("/r", cmdtext, true, 10) == 0)
	{
		if(GetPlayerTeam(playerid) == 1)
		{
			format(string, sizeof(string), "* Radio: %s: %s", pName, string);
			SendPoliceMessage(COLOR_LIGHTBLUE, string);
		}
	return 1;
	}
	return 0;
}
Reply


Messages In This Thread
[Error with /r] - by Twinki1993 - 12.11.2011, 19:24
Re: [Error with /r] - by Juniior - 12.11.2011, 19:27
Re: [Error with /r] - by aRoach - 12.11.2011, 19:28
Re: [Error with /r] - by Twinki1993 - 12.11.2011, 19:28
Re: [Error with /r] - by Twinki1993 - 12.11.2011, 19:30
Re: [Error with /r] - by Twinki1993 - 12.11.2011, 19:36
Re: [Error with /r] - by Juniior - 12.11.2011, 19:37
Re: [Error with /r] - by =WoR=G4M3Ov3r - 12.11.2011, 19:40
Re: [Error with /r] - by Juniior - 12.11.2011, 19:42
Re: [Error with /r] - by Pharrel - 12.11.2011, 19:43

Forum Jump:


Users browsing this thread: 1 Guest(s)