31.08.2014, 17:52
(
Последний раз редактировалось horsemeat; 31.08.2014 в 22:34.
)
Alright I am haveing a problem createing a string this is the strangest thing in pawn I have every encountered.
The stop at the red mark
Output
Thank you ****** for helping me solve the issue
Entire script
You can download the compleate version here https://sampforum.blast.hk/showthread.php?tid=534903
The stop at the red mark
Код:
stock GetStringForPage(index,dialogid) { printf("pass7a:%i",index);//remove new text[256]; printf("pass7b%i",index);//remove if((dialogid)==0) { printf("pass7c%i",index);//remove format(text,sizeof(text),"Crap:%i",index); printf("pass7d:%i",index);//remove } else { print("Not here"); } printf("pass7e:%i",index);//remove return text; }
Код:
[13:43:58] pass1 [13:43:58] pass2 [13:43:58] pass3 [13:43:58] pass4:0 [13:43:58] pass5:0 [13:43:58] pass6:0 [13:43:58] pass7:0 [13:43:58] pass7a:0
Entire script
You can download the compleate version here https://sampforum.blast.hk/showthread.php?tid=534903