Skip to content

Clif_dropflooritem

Akkarinage edited this page Nov 5, 2016 · 1 revision

Home

Getting Started

Configure your Server

Customization

Setup the Client

Misc Databases

Third-Party Software

Clone this wiki locally

title: Clif dropflooritem permalink: /Clif_dropflooritem/

Syntax

int clif_dropflooritem(struct flooritem_data *fitem);

==Parameters==

==Description== Makes an item appear on the ground. Always return 0. It's better to use map_addflooritem (map.c) to make an item apear, also that function already defines an object of flooritem_data. ==Example== See map_addflooritem (map.c). Category:Source_Functions