Search Results
Quote:
Originally Posted by Zamek
Go to mysql_log.txt and look for this query, there will be an error.
There is nothing showed about this query on mysql_log!Why is that happening?
100
Hello guys.Im trying to get my register system working with MySql but when a player register,stats are not uploading to mysql.Connection is good with MySql,other tables works just fine.
Here is my co...
100
Hello guys.Im trying to move my users from ini to mysql but im having many errors and I can not get it to work.
This is my code when it stores the data when player register...,can you guys just show ...
115
Is it possible to define the mysql connection outside the gamemode script and just call it on the script!
Код:
mysql_connection = mysql_connect(MYSQL_IP, MYSQL_USER, MYSQL_DB, MYSQL_PASSWORD);
22
Hello guys.First of all I apologise if Im on the wrong section but I need some help.
Im runing a samp server on the linux VPS and I want to make the server start automatically when system boots up.
I ...
19
Quote:
Originally Posted by Arthur Kane
Show the lines the errors coming from specifically.
This one:
Код:
GetPlayerWeaponData(giveplayerid, i, weapons[i][0], weapons[i][1]);
25
Quote:
Originally Posted by Misiur
You don't have the "weapons" array defined. If you copied that snippet, copy the definition as well
I don't think there is other definition for this o...
25
Quote:
Originally Posted by BadJih
how did you solved it ? plz
Bro,this post is from 2014....I don't think he will answer telling you how he fixed it!!
22
Hello,today i was trying to use this command on my script and i get the errors :
Код:
: error 028: invalid subscript (not an array or too many subscripts): "weapons"
: warning 215: expression has...
25
Well it can be a mistake on your script,like onplayerspawn or connect.You need to show us your script lines otherwise noone can help with only one pic.
25
Quote:
Originally Posted by uploadboys
hi ihave problem with car warp teleport hack
in this code :
Код:
forward WheelCheck(playerid);
public WheelCheck(playerid)
{
if(IsPlayerInA...
19
Hello all.I have a server but I have a bug on death system.When player die it should be spawned again on the death place and tell him to call ambulance and after sometime if ambulance does not come he...
19
Hello.I have a problem with mailer.php.I got the file from this topic:https://sampforum.blast.hk/showthread.php?tid=197755 but i can not upload it to my database.
When i try to import it to my databas...
56
Quote:
Originally Posted by Dusan01
maybe post function CreateButton?
I'm using this yom_buttons:
Код:
/*---------------------------------------------------------------------------...
40
Hello all.I'm having a problem with my script.I created some buttons to open some doors and the gamemode compiles without any error,but when i go in game buttons wont show and wont work.
Any idea why ...
40
Quote:
Originally Posted by SecDet
Are you sure that this is the correct version of the plugin for Gamemode?
And yet, did you check the compatibility of the plugin and include?
How do...
27
Quote:
Originally Posted by Konstantinos
As long as it doesn't give run time error 19, ignore those messages. In order to get rid of them, load nativechecker plugin last otherwise any plug...
27