Search Results
Try running this command: Код: apt-get install libmysqlclient16-dev
319
Quote: Originally Posted by Romel You cannot use OnPlayerCommandText - strcmp and zcmd at the same time convert all strcmp commands to zcmd Actually, I tried this on other script and th...
84
Hello, Today I included zcmd in my script and combiled the script. When I went out to test the script, no commands were working, that were placed under OnPlayerCommandText, only a small test command ...
84
Just removed all the mysql_fetch_field_row lines from login and still, nothing seems to be working.
183
Quote: Originally Posted by Shabi RoxX Can You See Message of Login function ? If not there a problem in your mysql databse : check mysql debug and make sure that your database table are c...
183
Change pawn Код: if(sscanf(params, "ui", playerid)) return SendClientMessage(playerid, COLOR_WHITE, "KORISTI: /check <playerid>"); to pawn Код: if(sscanf(params, "u", targetid)) retur...
86
Quote: Originally Posted by Shabi RoxX Can You See Message of Login function ? If not there a problem in your mysql databse : check mysql debug and make sure that your database table are c...
183
Quote: Originally Posted by Shabi RoxX How we can help with out codes , please show us codes of Login and OnPlayerSpawn. The login dialog: pawn Код: case DIALOG_LOGIN: {       ...
183
Hello SA-MP Community, Lately I've continued to script a gamemode from scratch but I ran into a weird problem moments ago. Suddenly, logins don't work. When you join the server, a dialog appears and ...
183
Hello users of SA-MP forum, I'm currently doing User Control Panel that is in connection with phpBB forums, and I need to hash passwords with the same unique hash as phpBB does. Now, my friend told m...
59