Portal SAMP
[Include] Drop Maker v1.0 - Versão de Impressão

+- Portal SAMP (https://portalsamp.com)
+-- Fórum: SA-MP (https://portalsamp.com/forumdisplay.php?fid=5)
+--- Fórum: Lançamentos (https://portalsamp.com/forumdisplay.php?fid=26)
+---- Fórum: Includes (https://portalsamp.com/forumdisplay.php?fid=27)
+---- Tópico: [Include] Drop Maker v1.0 (/showthread.php?tid=2847)



Drop Maker v1.0 - Device-Black - 29/09/2022

Código PHP:
native Drop:CreateDrop(const text[], itemcountFloat:xFloat:yFloat:ztime 180);
native DeleteDrop(Drop:dropid);
native IsValidDrop(Drop:dropid);
native GetDropItem(Drop:dropid);
native GetDropText(Drop:dropiddest[], len sizeof dest);
native SetDropText(Drop:dropid, const text[]);
native GetDropCount(Drop:dropid);
native GiveDropCount(Drop:dropidcount);
native Drop:GetPlayerDropID(playerid); 

Permite criar "drops" com tempo de validade
É nescessário que você tenha um sistema de inventário funcionando para que possa ser implementado sem problemas

Download no GitHub.com


RE: Drop Maker v1.0 - White_Blue - 29/09/2022

Boa contribuição! +REP!


RE: Drop Maker v1.0 - xbruno1000x - 29/09/2022

Ótima include! +Rep