What's wrong on that?
#1

Hello, i am trying to create /v park system...

here is my script :
PHP код:
if(!strcmp(action"park"false))
    {
        if(!
IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1"/v park command is currently disabled");
        for(new 
i=0;i<sizeof(Car);i++)
        {
            if(
IsPlayerInVehicle(playeridCar[i][c_id]+1))
            {
                new 
m[126];
                
format(msizeof(m), "Car parked successfully."Car[i][c_id]);
                
                new 
query[512];
                
format(querysizeof(query), "UPDATE cars SET c_x='%f', c_y='%f', c_z='%f', c_a='%f' WHERE id='%i'"Car[i][c_x],Car[i][c_y],Car[i][c_z],Car[i][c_a],Car[i][c_id]);
                
mysql_function_query(dbhandlequeryfalse"""");
                
SendClientMessage(playerid, -1m);
                return 
1;
            }
        }
        
    } 
It's not saving on MySql db also not showing any mysql error on mysql log file..

please help me
Reply


Messages In This Thread
What's wrong on that? - by akib - 30.08.2018, 02:09
Re: What's wrong on that? - by Sew_Sumi - 30.08.2018, 03:02
Re: What's wrong on that? - by Shinja - 30.08.2018, 15:30
Re: What's wrong on that? - by akib - 31.08.2018, 00:17

Forum Jump:


Users browsing this thread: 1 Guest(s)