SA-MP Forums Archive
Help rep+ - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help rep+ (/showthread.php?tid=626136)



Help rep+ - Mijata - 11.01.2017

Fixed.


Re: Help rep+ - BrianFaria - 11.01.2017

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



Re: Help rep+ - SyS - 11.01.2017

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


Re: Help rep+ - Mijata - 11.01.2017

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?


Re: Help rep+ - jamesbond007 - 11.01.2017

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