Small problem
#3

You need to make colums in mysql with same name like

Vehicle1 / Vehiclex etc .

then like this is Example

Код:
 	new query[128];
	mysql_format(mysql, query, sizeof(query),"UPDATE `players` SET `Vehicle1`=%d,`Vehicle1X`=%f WHERE `ID`=%d",  PlayerInfo[playerid][pVehicle1],PlayerInfo[playerid][pVehicle1X],pInfo[playerid][PDID]);
	mysql_tquery(mysql, query );
this was just example you can save other like this.
Reply


Messages In This Thread
Small problem - by StR_MaRy - 01.12.2015, 20:52
Re: Small problem - by CmZxC - 01.12.2015, 21:03
Re: Small problem - by MBilal - 01.12.2015, 22:22
Re: Small problem - by Vince - 01.12.2015, 23:11

Forum Jump:


Users browsing this thread: 1 Guest(s)