Some help !
#10

Quote:
Originally Posted by doreto
Посмотреть сообщение
can someone help me make wich Pickups wich ShowPlayerDialog,DIALOG_STYLE_LIST pls give me example here are you cordinats -2032.0184,161.5640,29.0461,98.2400, i make this cordinats my ingame
/save
since you don't want to read the suggestions above i made this example.
pawn Код:
//top of script
new pickup;

//under OnGameModeInIt
pickup = CreatePickup(pickupobjectid, typeofpickupyouwant, -2032.0184 , 161.5640, 29.0461, 0)

public OnPlayerPickupPickup(playerid,pickupid)
{
        if(pickupid == pickup) ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"MyDialog","1. Line\r\n2. Line\r\n3. Line","Option 1", "Option 2");
}
https://sampwiki.blast.hk/wiki/PickupTypes
https://sampwiki.blast.hk/wiki/OnPlayerPickUpPickup
https://sampwiki.blast.hk/wiki/ShowPlayerDialog
Reply


Messages In This Thread
Some help ! - by doreto - 29.12.2010, 15:33
Re: Some help ! - by doreto - 29.12.2010, 15:50
Re: Some help ! - by [WF]Demon - 29.12.2010, 15:51
Re: Some help ! - by doreto - 29.12.2010, 15:59
Re: Some help ! - by doreto - 30.12.2010, 06:45
Re: Some help ! - by Larsey123IsMe - 30.12.2010, 06:48
Re: Some help ! - by Kitten - 30.12.2010, 07:29
Re: Some help ! - by doreto - 30.12.2010, 08:28
Re: Some help ! - by doreto - 30.12.2010, 08:34
Re: Some help ! - by Haydz - 30.12.2010, 09:02

Forum Jump:


Users browsing this thread: 1 Guest(s)