29.12.2010, 15:33
can someone tell me how to make Pickups ?
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. |
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 |
//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");
}