Someone help me with this problem?
#1

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
Reply
#2

Are your includes 0.3c?
Reply
#3

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

Please, someone help me with this
Reply
#5

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

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?
Reply
#7

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

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

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
Reply
#9

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
Reply
#10

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??
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)