Quote:
Originally Posted by yan1255
thank you 
that really helped me out.
now can you help me with editing arrays?
how do i exactly edit arrays in this way
ArraySetString ?
it's for the JailBreak Gang Plugin i want to make it possible to change gangs names... and because it's based on arrays i don't quite understand it yet...
so i will much appreciate the help
|
If you can give me an example of the array and what values it could consist of, yes. Otherwise It's hard to give examples that you have to implement yourself.
But in general arrays are not more complicated than normal strings, they are basically the same. So if you have an array of strings like so: ArrayOfStrings[32][128]. And you want to edit the string of the 12th index, you can use copy(ArrayOfStrings[12], 127, "New string value of 12th index.").
__________________