Help rep+
#1

Fixed.
Reply
#2

You have to put it in
Код:
public OnPlayerSpawn
Reply
#3

don't remove the thread topic when you got solution to your question put it back
Reply
#4

Anyways how to disable this snow with command

Код:
for(new x=-3000; x < 3000; x +=150) 
    { 
        for(new y=-3000; y<3000; y+=150) 
        { 
            for(new z; z<800; z+=400) 
            { 
                CreateDynamicObject(18864,x,y,z,0,0,0); 
            } 
        } 
    }
Maybe with destroydynamicobject or?
Reply
#5

save the object ids in an array and then destroy it later with a command
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)