17.10.2010, 14:56
(
Последний раз редактировалось DarrenReeder; 17.10.2010 в 16:06.
Причина: new question
)
Hello..
this is my code:
When i use the org variable it just shows BLANK space.. and it cuts off the rest of the string..
the org Index is 128 long ,because thats how long fName is (temporarily..) when i use printf, the orgStats[orgID][fName] it works perfect, the org blanks completely..
Any ideas?
this is my code:
pawn Код:
new org[128];
if(orgID>0) { org = orgStats[orgID][fName]; }
else { org = "None"; }
printf("Org Name: %s, %s", orgStats[orgID][fName], org);
the org Index is 128 long ,because thats how long fName is (temporarily..) when i use printf, the orgStats[orgID][fName] it works perfect, the org blanks completely..
Any ideas?