Help with strings
#3

Quote:

but not

That is not true.

You can do that if the arrays have the same size

For example:

PHP код:
#include <a_samp>
enum e {
    
str[32]
};
new 
test[2][e];
main() {
    new 
tmp[32],st[32] = "Hallo";
    
test[0][str] = st;
    
tmp test[0][str];

Works perfect

Greekz
Reply


Messages In This Thread
Help with strings - by luccagomes15 - 26.09.2015, 23:57
Re: Help with strings - by Jefff - 27.09.2015, 00:39
AW: Help with strings - by Kaliber - 27.09.2015, 01:44
Re: Help with strings - by Jefff - 27.09.2015, 14:33
Re: Help with strings - by luccagomes15 - 29.09.2015, 22:55
Re: Help with strings - by Jefff - 29.09.2015, 23:29

Forum Jump:


Users browsing this thread: 1 Guest(s)