Undefined symbol: GetName
#1

Well, I used this code:

Код:
 
public OnPlayerText(playerid, text[])
{
    new
        message[128];
    format(message, sizeof(message), "%s says: %s", GetName(playerid), text);
    ProxDetector(30.0, playerid, message, -1);
    return 0;
}
And I get this error:

Код:
C:\Users\PC\Desktop\MyGM\gamemodes\GM.pwn(130) : error 017: undefined symbol "GetName"
Help will be appreciated.
Reply


Messages In This Thread
Undefined symbol: GetName - by Ghost252 - 28.10.2012, 18:57
Re: Undefined symbol: GetName - by Swyft™ - 28.10.2012, 18:59
Re: Undefined symbol: GetName - by ryansheilds - 28.10.2012, 19:00
Re: Undefined symbol: GetName - by Ghost252 - 28.10.2012, 19:01
Re: Undefined symbol: GetName - by Ghost252 - 28.10.2012, 19:04
Re: Undefined symbol: GetName - by PrawkC - 28.10.2012, 19:06
Re: Undefined symbol: GetName - by Ghost252 - 28.10.2012, 19:08
Re : Undefined symbol: GetName - by Dutheil - 20.06.2015, 10:29

Forum Jump:


Users browsing this thread: 3 Guest(s)