20.03.2018, 16:06
In Python language there is function that called:
.split
What does this do is(if we have this sentence):
GG[80] = "HeyHeyHeyHeyHey"
so that function can split and give it:
GG[0] = "Hey"
GG[1] = "Hey"
GG[2] = "Hey"
etc...
Is there any way to do it in samp ?
.split
What does this do is(if we have this sentence):
GG[80] = "HeyHeyHeyHeyHey"
so that function can split and give it:
GG[0] = "Hey"
GG[1] = "Hey"
GG[2] = "Hey"
etc...
Is there any way to do it in samp ?