Jump to content

dbPoll question


Hero192

Recommended Posts

It might take a while until the result is returned. So you try again until its finished or timed out.

Not always the case, most of the times the dbPoll is being looped because of the fact that you're not going to write 150 times;

createVehicle( pollResult [ 1 ].model, ..., ..., ... ) 

Loops are used to create things more dynamic and less of a pain. If you're selecting all your vehicles, you're not going to spawn them line by line. You're going to loop over them and spawn them in the loop to avoid the pain in the arshe

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...