Get a field on OnPlayerEnterVehicle
#2

create a field ( column ) in your table called `ID` or something
if you use phpmyadmin, go to the `index` icon, and create an index on the column
when you have done this, edit the field, under 'extra' you can select 'auto increment'

(note: there is a way to do this with a query, check your SQL syntax guide place )

Now every time you INSERT INTO your table, the row will be assigned a unique ID number, which you can retrieve with
pawn Код:
mysql_insert_id();
Reply


Messages In This Thread
Get a field on OnPlayerEnterVehicle - by ajwar - 21.12.2010, 10:19
Re: Get a field on OnPlayerEnterVehicle - by Rachael - 21.12.2010, 10:29
Re: Get a field on OnPlayerEnterVehicle - by ajwar - 21.12.2010, 10:43
Re: Get a field on OnPlayerEnterVehicle - by Rachael - 21.12.2010, 10:49
Re: Get a field on OnPlayerEnterVehicle - by ajwar - 21.12.2010, 10:57
Re: Get a field on OnPlayerEnterVehicle - by ajwar - 21.12.2010, 13:48
Re: Get a field on OnPlayerEnterVehicle - by ajwar - 25.12.2010, 11:04

Forum Jump:


Users browsing this thread: 1 Guest(s)