Some help !
#1

can someone tell me how to make Pickups ?
Reply
#2

?
Reply
#3

https://sampwiki.blast.hk/wiki/CreatePickup

The Wiki is always the best chose b4 posting.....
Reply
#4

Quote:
Originally Posted by Crodox RP
Посмотреть сообщение
https://sampwiki.blast.hk/wiki/CreatePickup

The Wiki is always the best chose b4 posting.....
ty and i wont ot make wich ShowPlayerDialog,DIALOG_STYLE_LIST can you give me example ?
Reply
#5

?
Reply
#6

https://sampwiki.blast.hk/wiki/How_to_Create_a_Dialog

....
Reply
#7

Can you search i know they showed you up there but this can help a bit more
https://sampforum.blast.hk/showthread.php?tid=155067
Reply
#8

lol now is say me
Quote:

C:\Users\Fujitsu\AppData\Local\Microsoft\Windows\T emporary Internet Files\Low\Content.IE5\76RLVTP9\FSteleport[1].pwn(19) : warning 213: tag mismatch
C:\Users\Fujitsu\AppData\Local\Microsoft\Windows\T emporary Internet Files\Low\Content.IE5\76RLVTP9\FSteleport[1].pwn(19) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Warnings.

Reply
#9

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


Forum Jump:


Users browsing this thread: 2 Guest(s)