Nope that didn't happen. As I said, it was just written like that in the text file when I pressed F4. I tried many times afterwards and always there was some primitive's information missing in the file.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
String Name[20];
String Surname[20];
Name[0] = "Larry";
Name[1] = "Roger";
...
...
Surname[0] = "Laffer";
Surname[1] = "Wilco";
...
...
String Fullname = String.Format("%s %s", Name[Random(20)], Surname[Random(20)]);
lblMyLabel.Text = Fullname;
Quote
Ã, int i;
Ã, // index 0
Ã, i = Ags3d_AddCube(0.0, -5.0, 0.0);
Ã, // index 1
Ã, i = Ags3d_AddCube(0.0, 50.0, 90.0);
Ã, // index 2
Ã, i = Ags3d_AddRoof(0.0, 150.0, 90.0);
Ã, Ã, Ags3d_SetPrimScale(i, 100.0, 100.0, 100.0);
Ã, Ã, Ags3d_SetPrimRotation(i, 0.0, 0.0, 0.0);
Ã, Ã, Ags3d_SetPrimColour(i, 255, 0, 0);
Ã, Ã, Ags3d_SetPrimFilter(i, Ags3d_Filter_All);
Ã, // index 3
Ã, i = Ags3d_AddCube(0.0, 45.0, 40.0);
Quote from: Petteri on Mon 10/07/2006 10:43:46
My votes for Canada or Caribbean, and somewhere that doesn't require tents. No campsites please!
First row
Second
Third
Third
Fourth
Fifth
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.352 seconds with 15 queries.