navicat my friend, and when i went into design table found that column set it to '1' i hit save and it would fly back to 0.
exact properties are : enum, (length) 0, (decimals) 0, allow null (not checked)
how do i update a table "users" that has a column allow_trading that is set to 0 for every account, and i would like to set that to 1
also i need a query so that new users are set to 1 automatically, thanks!
edit: i meant that the new users have their column allow_trading set to 1
It's been a while since i've posted a help thread on Habbo Hotel, but here it is we all must gain help some times. I get this error on my hotel when attempting to trade. "trading has been disabled by this user" and yes i have tried :enabletrade if anybody knows what this is, please shoot me any...
Please take away that black border, its irritating my eyes hurt and i can't enjoy the montage
Edit: also i don't know whether you are in FaZe but if you want people to talk you seriously don't lie about a clan you're in. (if you are in FaZe then my bad)
first off i forgot to thank you last night for your help, i apolgize and i sincerly appreciate it deeply, i was just busy and wanted to reply i did
secondly, i figured it is way to hard, i do not have enough time or support. PONG is almost done, except the computer needs to follow the ball i...
Ok so i'm making pong, i got basically all collision start from space bar but, when it collides even if the paddle isnt there it'll still collide and go back the other way,
heres my code
Dim goodVel As Integer
Dim goodvel1 As Integer
Private Sub Form_Load()
goodVel = 50...
i simply set the BallHVel to 0 and i said
if the ball collides with the other ball then ballhvel = ballhvel1 (which i set to like 50) * -1
so i solved that problem
next problem:
i don't know the function or event for how to move the ball with my mouse :(
if i don't fix this then billiards...
yeah
exactly, they are floating and i dont want them to float, i had also added this in the meantime
Private Sub Form_keydown(keycode As Integer, shift As Integer)
If keycode = vbKeySpace Then
goodVel = goodVel * 1
imgball.Top = imgball.Top - goodVel
End If
End...
TO MAKE A LONG STORY SHORT, FINAL PROJECT DUE MONDAY, AND I CHOSE THE WRONG GAME
so now i am making billards
and right now, im fucking stuck and i feel like a noob because i am
how do i make a shape that is a ball stay remaining in one spot untill it is hit (billiards)
Private Sub...
I haven't really seen any tutorials on this, so i thought i would post one.
Its Simple
1. Make a Cloudflare Account
2.Set It Up The Same way i did Here
3.Delete any Extra Crap
4. Once Done take the name servers in the top right, and tell you're Domain Host to add them for you if they do not...
[Err] 1265 - Data truncated for column 'visible' at row 1
i got that error while running db sql on zMagentas Bcstorm release
can someone spoon feed me the fix
i know my sql like i know my chinese
(i dont know chinese)