View Single Post
Author Message
CrazY.
Veteran Member
Join Date: May 2015
Location: SP, Brazil
Old 12-23-2017 , 16:59   [ H3LP ] Entity members
Reply With Quote #1

Hello, is there any way to set values to an entity (life time, for example) by means of a variable?

Instead of:
Code:
new Float:g_flLifeTime[2056]; g_flLifeTime[entity] = 100.0;

Something like this:
Code:
new Float:g_flLifeTime; SetEntFloatVal(entity, g_flLifeTime, 100.0);
__________________









Last edited by CrazY.; 12-23-2017 at 16:59.
CrazY. is offline