iVilux said:supahdupahnubah said:You're providing no numbers lol, for how much longer do you want to make it? etc etc
More than 16, obviously... Around a 100.
supahdupahnubah said:iVilux said:supahdupahnubah said:You're providing no numbers lol, for how much longer do you want to make it? etc etc
More than 16, obviously... Around a 100.
Then memory allocation should work for you like a charm lol.. Like opcode wrote above
iVilux said:0@ works perfectly, but I use it for other functions. Neither 2@ nor 2@v work. 2@ crashes and 2@v only stores 16.
supahdupahnubah said:iVilux said:0@ works perfectly, but I use it for other functions. Neither 2@ nor 2@v work. 2@ crashes and 2@v only stores 16.
I guess you also need to allocate memory for strings inside function when you pass it
iVilux said:A long time ago I heard that 0@ stores memory differently or can store more, is this true? Or are they all the same?
alloc 2@ 256
format 2@ "one two three four five six seven eight nine ten eleven twelve thirteen fourteen"
while true
wait 0
0AF8: samp add_message_to_chat "%s" 120007 2@
wait 1000
end
springfield said:There is an alternative written by legend2360 -> HERE, it's in russian(google translate it) or maybe @supahdupahnubah can do a proper translation.