giveplayerid error
#1

I'm creating this public.
pawn Код:
forward SearchCallHome(playerid);
public SearchCallHome(playerid)
{
    new string[128];
    new name[24];
    GetPlayerName(giveplayerid, name, sizeof(name));//error line
    format(string, sizeof(string),"I need information about %s's House. Contact me when you find it.", name);
    ProxDetector(20.0, playerid, string, COLOR_PINK,COLOR_PINK,COLOR_PINK,COLOR_PINK,COLOR_PINK);
    return 1;
}
And I gets an error on the giveplayerid. How can I fix it?
Код:
C:\Users\Namn\Desktop\Server\gamemodes\larp.pwn(91130) : error 017: undefined symbol "giveplayerid"
Reply


Messages In This Thread
giveplayerid error - by Don_Cage - 08.09.2013, 12:49
Re: giveplayerid error - by Kirollos - 08.09.2013, 12:50
Re: giveplayerid error - by RedJohn - 08.09.2013, 12:51
Re: giveplayerid error - by knackworst - 08.09.2013, 12:51
Re: giveplayerid error - by Don_Cage - 08.09.2013, 12:54
Re: giveplayerid error - by knackworst - 08.09.2013, 13:01
Re: giveplayerid error - by Don_Cage - 08.09.2013, 13:14
Re: giveplayerid error - by Don_Cage - 08.09.2013, 13:19
Re: giveplayerid error - by knackworst - 08.09.2013, 13:19
Re: giveplayerid error - by Konstantinos - 08.09.2013, 13:22

Forum Jump:


Users browsing this thread: 3 Guest(s)