SA-MP Forums Archive
Someone help me with this problem? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Someone help me with this problem? (/showthread.php?tid=237721)



Someone help me with this problem? - kemppis_ - 10.03.2011

ok, im making Vehicle menu, it works perfectly but when i added other menu, it won't work again..

So, I make it just like it was pefore, and i get 1 ERROR

This is my /veh menu code:

Код:
if (strcmp("/veh", cmdtext,true)==0)
	{
	ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"Vehicles","1.Elegy\n2.Hotring Racer\n3.Super GT\n4.Bullet\n5.Police LSPD\n6.Firetruck LA","Spawn","Exit");
	return 1;
	}
This is the Problem

Код:
Spawn.pwn(128) : error 017: undefined symbol "ShowPlayerDialog"
Line ( 128 ) = ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"Veh icles",.....etc


Re: Someone help me with this problem? - [WF]Demon - 10.03.2011

Are your includes 0.3c?


Re: Someone help me with this problem? - kemppis_ - 10.03.2011

Quote:
Originally Posted by [WF]Demon
Посмотреть сообщение
Are your includes 0.3c?
Yes?


Re: Someone help me with this problem? - kemppis_ - 10.03.2011

Please, someone help me with this


Re: Someone help me with this problem? - AK47317 - 10.03.2011

well as matter of this problem u need to use
pawn Код:
#define <a_samp>



Re: Someone help me with this problem? - kemppis_ - 10.03.2011

Quote:
Originally Posted by AK47317
Посмотреть сообщение
well as matter of this problem u need to use
pawn Код:
#define <a_samp>
do you mean #include <a_samp>

Im using it already?


Re: Someone help me with this problem? - kemppis_ - 10.03.2011

C'mon, there needs to be way how to fix it??

Look at it please ->> http://pastebin.com/8t6LFb5C


Re: Someone help me with this problem? - kemppis_ - 10.03.2011

Heelp!? This is important to me : ((

Someone, take that script and try it your self!
if it works, problem is on my .inc files i think


Re: Someone help me with this problem? - sabretur - 10.03.2011

Put this at top of you script:
pawn Код:
#include <a_samp>
If don't works again, download the newest Pawn includes from http://sa-mp.com/download.php


Re: Someone help me with this problem? - kemppis_ - 10.03.2011

Quote:
Originally Posted by sabretur
Посмотреть сообщение
Put this at top of you script:
pawn Код:
#include <a_samp>
If don't works again, download the newest Pawn includes from http://sa-mp.com/download.php
I already have #include <a_samp> still not working

Tried also re-Download <- No help :///

What should i do??