Fantanic Posted April 3, 2014 Share Posted April 3, 2014 (edited) Hello , I wanna make a pickup for only one team so for example team1 can only use the pickup and not team2. i kinda forgot how to make it "private" look downstairs Greetings , Jonas Edited April 3, 2014 by Guest Link to comment
iPrestege Posted April 3, 2014 Share Posted April 3, 2014 Hello ,I wanna make a pickup for only one team so for example team1 can only use the pickup and not team2. i kinda forgot how to make it "private" Greetings , Jonas What about : getPlayerTeam getTeamName Link to comment
Fantanic Posted April 3, 2014 Author Share Posted April 3, 2014 Hello , thanks it worked , but i got another problem right now i need to use mysql but im unable to start the module ; im getting this error : MODULE: unable to find modules/mta_mysql.so (libmysqlclient.so.15:cannot open shared object file: No such file or directory)! (its inside there the files) greetings Link to comment
Woovie Posted April 3, 2014 Share Posted April 3, 2014 You shouldn't need that module afaik, you can just use dbConnect for example. Link to comment
Fantanic Posted April 3, 2014 Author Share Posted April 3, 2014 (edited) Im not rlly known in this Edited April 4, 2014 by Guest Link to comment
Fantanic Posted April 4, 2014 Author Share Posted April 4, 2014 local connection = dbConnect( "mysql", "dbname=(database);host=(host name)", "(username)", "(password)") like this? Link to comment
Fantanic Posted April 5, 2014 Author Share Posted April 5, 2014 Seems i cant connect to my main MYSQL Link to comment
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