01.05.2012, 12:42
Just another Query with 'strcat' am i able to use it for a list type Dialog?
Example:(6 Extra Lines of Code in my GM )
Or would i be able to do it
Example:(126 Extra Lines of Code in my GM -.-)
Would both work?
Sorry for being a slack ass and not testing it, i just have a lot to get through and am kinda in a rush, Yes i understand others might be the same way but just thought someone might have known off by heart, so sorry for asking prior to testing...
Example:(6 Extra Lines of Code in my GM )
pawn Code:
strcat(dialog,"{000000}||||||\r\n{FFFFFF}||||||\r\n{2A77A1}||||||\r\n{840510}||||||\r\n{253739}||||||\r\n{87446f}||||||\r\n{d68f11}||||||","Continue","Back");
Example:(126 Extra Lines of Code in my GM -.-)
pawn Code:
strcat(dialog,"{000000}||||||\r\n");
strcat(dialog,"{FFFFFF}||||||\r\n");
strcat(dialog,"{2A77A1}||||||\r\n");
strcat(dialog,"{840510}||||||\r\n");
strcat(dialog,"{253739}||||||\r\n");
....
Sorry for being a slack ass and not testing it, i just have a lot to get through and am kinda in a rush, Yes i understand others might be the same way but just thought someone might have known off by heart, so sorry for asking prior to testing...