SA-MP Forums Archive
Convert - 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: Convert (/showthread.php?tid=581131)



Convert - Mauricee - 10.07.2015

Код:
if ( dialogid == DIALOG_BC ) {
		    if ( PlayerData [ playerid ] [ pAdmin ] == 6 ) {
		        return ycmd_bankcentral ( playerid );
		    }
		}
What I must do in order to work?

Quote:

rggm.pwn(17786) : error 017: undefined symbol "ycmd_bankcentral"




Re : Convert - KillerDVX - 10.07.2015

Did you define the command "ycmd_bankcentral" ?