- 0
Ajutor sistem garaj
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
BaFFyJunior
Salut! Am incercat sa implementez un sistem de garaj(cel al lui Edison) pe un gamemode.
Am aceste coduri in gamemode:
Iar in baza de date acestea:
CREATE TABLE `garages` ( `ID` int(11) NOT NULL, `Owner` varchar(25) NOT NULL DEFAULT 'AdmBot', `UserID` int(11) NOT NULL, `Price` int(11) NOT NULL, `Virtual` int(11) NOT NULL, `X` float NOT NULL, `Y` float NOT NULL, `Z` float NOT NULL, `Angle` float NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1;Ei bine, problema mea este urmatoarea: Cumpar un garaj, totul bine. Dupa ce ma deconectez nu mi se salveaza numele(la Owner) si revine la stat. Aveti idee cum as putea rezolva asta?
3 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now