STRING *s_view = "#30"; void *s_function; function v_change() { if(!s_function) { error("s_function == NULL!"); return; } ent_create(s_view,camera.x,s_function); } action v_model() { s_function = engine_getscript("v_model"); str_cpy(s_view, "v_model.mdl"); }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de