Get Integers in a Single Line - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Get Integers in a Single Line (
/showthread.php?tid=84211)
Get Integers in a Single Line -
zallomallo - 29.06.2009
I am using Dini to help me with my RP script for saving things. However, I want to put all the Vehicle IDs each player has access to in one line. So instead of:
etc
It would be
Код:
Keys=vehid,vehid,vehid,vehid.
It would separate each Veh ID by a comma. Thanks.
Re: Get Integers in a Single Line -
James_Alex - 29.06.2009
Quote:
Originally Posted by zallomallo
I am using Dini to help me with my RP script for saving things. However, I want to put all the Vehicle IDs each player has access to in one line. So instead of:
etc
It would be
Код:
Keys=vehid,vehid,vehid,vehid.
explane please
It would separate each Veh ID by a comma. Thanks.
|