first thanks for the time, but this is not a problem i try it, but i have another scripts with only "50" and found right.
I believe this is your problem
Origin[2]+= 50
->
Origin[2]+= 50.0
so idk how to change the origin z of the generated entity..
yes i found the form in fakemeta, thanks , but now my problem is that the model is put on but it gets stuck, i proof others SOLID_ but if I put another the model does not appear
PHP Code:
new Float:maxs[3] = {16.0,16.0,36.0}
new Float:mins[3] = {-16.0,-16.0,-36.0}
set_pev(susanoo, pev_mins, mins)
set_pev(susanoo, pev_maxs, maxs)
set_pev(susanoo, pev_size, Float:{16.0,16.0,36.0,-16.0,-16.0,-36.0})
But another question, how do I check if the entity is still alive/dead?