SA-MP Forums Archive
Error Help me please! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Error Help me please! (/showthread.php?tid=363031)



Error Help me please! - Vizi - 26.07.2012

Hi !
I have one error and i dont know how to fix it :S

Can you fix it pleaseee ? !

Error:

Код:
F:\Users\Daniel\Desktop\GamingClub RolepLay\gamemodes\GamingClub.pwn(21236) : error 004: function "ShowPlayerKeypad" is not implemented
And:

Код:
	if(sefsifra == 1)
    {
	    ShowPlayerKeypad(playerid, BANK, "625"); //This Line
	    return 1;
    }



Re: Error Help me please! - Vizi - 26.07.2012

bump!


Re : Error Help me please! - lelemaster - 26.07.2012

I saw that you have the include of Interactive Textdraw Keypad 1.1 by MP2.

Did you add on the top of your script the line:

pawn Код:
#include <keypad>



Re: Error Help me please! - Vizi - 26.07.2012

Thanks !