07.04.2009, 13:27
Quote:
Originally Posted by Weirdosport
The place you intend to store the evaluated str needs to be defined as a Float if you want to store Floats in it...
eg: pawn Код:
|
pawn Код:
enum carshit
{
float:vSpawnz,
float:vSpawnrot,
};
new VehicleInfo[rCars][carshit];