CreatePickup Issue(s)
#6

its like this

somewhere above OnFilterScriptInit
just new example;

then when something ingame happens a pickup will appear...to not get confused lets say it will
appear after using OndialogResponse...so a player clicks an option in a dialog and then a pickup will appear

looks something like this;

Код:
	if(response==1)	{
		
                             if(listitem == 0)
		{
                             example = CreatePickup(1274, 1, 2054.7205,1680.2982,166.7625,1);
                             }
               }
(srry brackets are messed up here)
after that some vehicle pickup i already have in the gamemode is messed up and listening to the example pickup just created.

mmh.. you did gave me another idea to try btw..gonna test the idea now thanks
Reply


Messages In This Thread
CreatePickup Issue(s) - by boelie - 23.12.2010, 13:16
Re: CreatePickup Issue(s) - by boelie - 25.12.2010, 12:16
Re: CreatePickup Issue(s) - by Sascha - 25.12.2010, 12:23
Re: CreatePickup Issue(s) - by boelie - 25.12.2010, 12:34
Re: CreatePickup Issue(s) - by Sascha - 25.12.2010, 12:41
Re: CreatePickup Issue(s) - by boelie - 25.12.2010, 12:53
Re: CreatePickup Issue(s) - by Sascha - 25.12.2010, 15:21
Re: CreatePickup Issue(s) - by Mean - 25.12.2010, 15:37
Re: CreatePickup Issue(s) - by boelie - 25.12.2010, 16:05
Re: CreatePickup Issue(s) - by Sascha - 25.12.2010, 17:08

Forum Jump:


Users browsing this thread: 1 Guest(s)