Jump to content

help


Recommended Posts

this is my code to begin war turfs:

function beginWar()
 dbExec(db, "CREATE TABLE IF NOT EXISTS turfs(X NUMERIC, Y NUMERIC, Z NUMERIC, sizeX NUMERIC, sizeY NUMERIC, red NUMERIC, green NUMERIC, blue NUMERIC, owner TEXT)")
 dbQuery(loadTurfs, db, "SELECT * FROM turfs")
end
addEvent("beginWar", true)
addEventHandler("beginWar", getRootElement(), beginWar)

how i can make stop war ? 

sorry i bad english very munch :<

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...