open.mp forum
[Pawn] Inventory System - Printable Version

+ open.mp forum (https://forum.open.mp)
-- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3)
--- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10)
--- Thread: [Pawn] Inventory System (/showthread.php?tid=1627)



Inventory System - RhaegarX - 2021-02-01

I am developing a Gamemode entirely in MySQL and I would like to create an item inventory system that stores food, accessories, among others.? However with the closed samp forum it is kind of hard to find content.? so I would like to know if anyone has a system like this so that I can study and understand how the logic behind it works, or if anyone could give an idea of what that logic would be like.


RE: Inventory System - M.B. Kovas - 2021-02-01

I don't quite understand whether you want to learn MySQL in general or how to create an inventory system specifically, because those are very different in terms of coding.



In case of MySQL in general, there are useful tutorials on YouTube. Otherwise, you can try and find good open source gamemodes to download and study the code from.


RE: Inventory System - RhaegarX - 2021-02-01

(2021-02-01, 08:09 AM)M.B. Kovas Wrote: I don't quite understand whether you want to learn MySQL in general or how to create an inventory system specifically, because those are very different in terms of coding.



In case of MySQL in general, there are useful tutorials on YouTube. Otherwise, you can try and find good open source gamemodes to download and study the code from.



I want to learn more about the inventory system.