pickup problem
#1

Код:
	intibelep = CreatePickup(1239,52,1833.3029,-1841.8606,13.5781); //belйpйs teszt
Код:
error 017: undefined symbol "intibelep"
Код:
if(pickupid == intibelep)
{
	ShowPlayerDialog(playerid, DIALOG_INTIBELEP, DIALOG_STYLE_LIST, "Bolt", "Belйpйs", "Enter", "Mйgse");		
	}
}
Код:
error 010: invalid function or declaration
Reply
#2

Make sure you have this:-

Код:
new intibelep;
On top.
Reply
#3

thanks
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)