SA-MP Forums Archive
Editing a list in game - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Editing a list in game (/showthread.php?tid=507141)



Editing a list in game - ChristianIvann09 - 16.04.2014

Hello, How can i create an list which i can edit? in dialog list style.

For example "Adminstrator Roaster"

Код:
======================SERVER OWNER[Level 6 Admin]=================
Christian_Ivann(Ivann)

======================SERVER CO OWNER[Level 5 Admin===============
Christopher_John[Chrazz]
So how can i edit it in game?

Thanks


Re: Editing a list in game - Sascha - 16.04.2014

either store the information in a text in a db (e.g. mysql) or use an array variable in it, which you could edit with a command



btw: for such an admin list I peronally would use an automatic generated text


Re: Editing a list in game - ChristianIvann09 - 16.04.2014

Quote:
Originally Posted by Sascha
Посмотреть сообщение
either store the information in a text in a db (e.g. mysql) or use an array variable in it, which you could edit with a command



btw: for such an admin list I peronally would use an automatic generated text
How? Can you give me example?


Re: Editing a list in game - [ED]Drix - 16.04.2014

[mysql] Insert List Here [/mysql]


Re: Editing a list in game - ChristianIvann09 - 16.04.2014

Quote:
Originally Posted by [ED]Drix
Посмотреть сообщение
[mysql] Insert List Here [/mysql]
??

What?


Re: Editing a list in game - ChristianIvann09 - 16.04.2014

bump