createpickup problem
#1

Код:
error 010: invalid function or declaration
warning 204: symbol is assigned a value that is never used: "intibelep2"
Код:
#define DIALOG_INTIBELEP2 421


new intibelep2;
intibelep2 = CreatePickup(1274,52,1000.4108,-919.9883,42.3281); //<<< warning

if(pickupid == intibelep2) <<errror
{	
	ShowPlayerDialog(playerid, DIALOG_INTIBELEP2, DIALOG_STYLE_LIST, "Bolt", "Belйp", "Ok", "Mйgse");
	}
}


else if( dialogid == DIALOG_INTIBELEP2 )
				{
						if( !response )
						{
						return 1;
						}
						if( listitem == 0)
						{
							SetPlayerInterior(playerid, 4);
						}
				}
Reply


Messages In This Thread
createpickup problem - by Slicebook - 01.04.2014, 22:23
Re: createpickup problem - by azzerking - 01.04.2014, 23:07

Forum Jump:


Users browsing this thread: