30.07.2011, 17:45
Sorry but it's "Float", not "FLoat".
"new Pickup[sizeof(Deagle)];" is a variable for the pickup, this variable store integer.
"new FLoateagle[2][3] =" is a variable for the pickup coordinate, this variable store float.
"for(new i;i<sizeof(Deagle);i++)" this is a loop. It's a easy use to make/check multiple thing.
"new Pickup[sizeof(Deagle)];" is a variable for the pickup, this variable store integer.
"new FLoateagle[2][3] =" is a variable for the pickup coordinate, this variable store float.
"for(new i;i<sizeof(Deagle);i++)" this is a loop. It's a easy use to make/check multiple thing.