26.02.2016, 16:01
The code is this:
CreateDynamicPickup(modelid, type, Float
, Float:y, Float:z, worldid = -1, interiorid = -1, playerid = -1, Float
treamdistance = STREAMER_PICKUP_SD);
and you put
1277, 1, GarageInfo[g][hEnterX], GarageInfo[g][gEnterY], GarageInfo[g][gEnterZ], GarageInfo[g][gEWorld], GarageInfo[g][gEInt]
all is good, but check if you declarated this variable hEnterX, a float variable in you enumeration, like that
enum garages
Float:hEnterX,
etc
CreateDynamicPickup(modelid, type, Float
, Float:y, Float:z, worldid = -1, interiorid = -1, playerid = -1, Float
treamdistance = STREAMER_PICKUP_SD);and you put
1277, 1, GarageInfo[g][hEnterX], GarageInfo[g][gEnterY], GarageInfo[g][gEnterZ], GarageInfo[g][gEWorld], GarageInfo[g][gEInt]
all is good, but check if you declarated this variable hEnterX, a float variable in you enumeration, like that
enum garages
Float:hEnterX,
etc

