*Facepalm*
Wire Expression2 - GMod Wiki
These are delays that control how often you can perform find queries
Hello
i've treid to make an e2 wich if it finds 6 of the certain model that i choose
it will delete them in a range of 5
and it will spawn 1 Certain prop wich i choose
i know it might not be hard
but for me it is XD
here i had a little starter i know its Waaaaay off, thats why i seek help here.
Code:runOnTick(1) findByModel("model here") if (FindByModel==6){Prop:propDelete() }
i would also be happy if someone could help me to wright it Complete ,cause i only made an effort on deleteting when find 6 the other section wich spawns a other prop needs to be added still.
Edit *
And also only Owners props![]()
Last edited by Bulletsclown; 08-15-2010 at 05:57 AM.
*Facepalm*
Wire Expression2 - GMod Wiki
These are delays that control how often you can perform find queries
well that only shows me how to get information about the Prop...
not wich command will Find the Prop..
And im here to get help from someone like .. noo you did this wrong you have to do instead of that..
ill learn from that more than that Wiki site wich isnt giving me a straight answer.
1. There is an edit button.
2. You are running find queries every tick, which doesn't work.
3. The link I provided IS information on how to find props and entities.
4. Use For loops.
Bookmarks