View Single Post
Obyboby
Veteran Member
Join Date: Sep 2013
Old 05-17-2018 , 12:46   Re: [ANY] Entity Utilities (v1.13 17/05/2018)
Reply With Quote #17

The console is spammed with errors after spawning a mega chicken.

PHP Code:
tipPos NaN
tipVel NaN
tipPos NaN
tipVel NaN
tipVel NaN
tipPos NaN
tipVel NaN
tipPos NaN
tipVel NaN
tipPos NaN
tipVel NaN
tipPos NaN
tipVel NaN
tipPos NaN
tipVel NaN
tipPos NaN
tipVel NaN
tipPos NaN
tipVel NaN
tipPos NaN
tipVel NaN
tipPos NaN
tipVel NaN
tipPos NaN
tipVel NaN
tipPos NaN
tipVel NaN
tipPos NaN
tipVel NaN
tipPos NaN
tipVel NaN
tipPos NaN
tipVel NaN
tipPos NaN
tipVel NaN
tipPos NaN
tipVel NaN
tipPos NaN
tipVel NaN
tipPos NaN
tipVel NaN
tipPos NaN
tipVel NaN
tipPos NaN
tipVel NaN
tipPos NaN
tipVel NaN
tipPos NaN
tipVel NaN
tipPos NaN
tipVel NaN 

Also how would I go about spawning a scaled watermelon?

PHP Code:
    "watermelon"
    
{
        
"1" "sm_ent_create watermelon01"
        "2" "sm_ent_keyvalue modelscale 50"
        "3" "sm_ent_spawn"
    

Didn't work. Console says
PHP Code:
[EUCould not spawn entity 'watermelon01'
[EUSelect an entity with sm_ent_select
[EUSelect an entity with sm_ent_select
[EUScript 'watermelon' executed 
I got "watermelon01" from propslist.txt

I did try dumping the props/classes lists but only the first command worked. the rest crashed the server and I don't think any file was generated
__________________

Last edited by Obyboby; 05-17-2018 at 12:59.
Obyboby is offline