Y_master
#3

pawn Код:
global getSomeString(&test[]) {
    test = "This is a test";
}
Use:
pawn Код:
new str[20];
getSomeString(str);
print(str);//Will print "This is a test"
Reply


Messages In This Thread
Y_master - by detter - 26.08.2015, 20:40
Re: Y_master - by detter - 27.08.2015, 20:50
Re: Y_master - by Crayder - 27.08.2015, 20:55
Re: Y_master - by detter - 27.08.2015, 21:39
Re: Y_master - by Crayder - 27.08.2015, 22:19
Re: Y_master - by Ahmad45123 - 27.08.2015, 22:36
Re: Y_master - by Crayder - 27.08.2015, 22:48
Re: Y_master - by detter - 28.08.2015, 03:55

Forum Jump:


Users browsing this thread: 1 Guest(s)