SQL Vehicle Help [Rep++]
#1

Fixed.
Reply
#2

Bump
Reply
#3

I've just been working on SQL vehicles as well. I believe I got it working if by setting it up like this:
pawn Код:
format(query, sizeof(query), "UPDATE `vehicles` SET `x`='%f', `y`='%f', `z`='%f', `angle`='%f' WHERE `id`=%d", vStats[i][X], vStats[i][Y], vStats[i][Z], vStats[i][Angle], vStats[i][ID]);
                mysql_query(query);
Reply
#4

I already got it... Thanks
Reply
#5

So does anybody know whats wrong?
Reply
#6

You edited your main post to "Fixed"
How do you expect us to help you now?
Reply
#7

Quote:
Originally Posted by blank.
Посмотреть сообщение
You edited your main post to "Fixed"
How do you expect us to help you now?
Wrong post, sorry.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)