Quick, small problem.
#1


I seem to have a problem when i compile my filterscript, first time i try to create something myself.
I added a proxdetector to the script, i forwarded it and made it public but, i still have errors with the things in the proxdetector

Код:
C:\Users\Wallew\Desktop\Tazer.pwn(142) : error 017: undefined symbol "GetPlayerNameEx"
C:\Users\Wallew\Desktop\Tazer.pwn(143) : error 004: function "ProxDetector" is not implemented
C:\Users\Wallew\Desktop\Tazer.pwn(150) : error 017: undefined symbol "GetPlayerNameEx"
C:\Users\Wallew\Desktop\Tazer.pwn(151) : error 004: function "ProxDetector" is not implemented
The error lines
Код:
public PlayerPlayerActionMessage(playerid,targetid,Float:radius,message[])
{
	new string[128];
	format(string, sizeof(string), "%s %s %s", GetPlayerNameEx(playerid), message,GetPlayerNameEx(targetid));
	ProxDetector(20.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
	return 1;
}

public PlayerActionMessage(playerid,Float:radius,message[])
{
	new string[128];
	format(string, sizeof(string), "%s %s", GetPlayerNameEx(playerid), message);
	ProxDetector(20.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
	return 1;
}
Reply


Messages In This Thread
Quick, small problem. - by Perker12345 - 12.01.2010, 00:22
Re: Quick, small problem. - by timmehhh - 12.01.2010, 00:29
Re: Quick, small problem. - by Perker12345 - 12.01.2010, 00:34
Re: Quick, small problem. - by timmehhh - 12.01.2010, 00:41
Re: Quick, small problem. - by Perker12345 - 12.01.2010, 00:44
Re: Quick, small problem. - by timmehhh - 12.01.2010, 00:55
Re: Quick, small problem. - by Perker12345 - 12.01.2010, 01:01

Forum Jump:


Users browsing this thread: 2 Guest(s)