13.03.2011, 22:17
(
Последний раз редактировалось Hornet600; 13.03.2011 в 22:23.
Причина: wrong title lol
)
Im having some troubles trying to figure how i can do it.....
this query is selecting the player vehicle that he bought and im trying to select the vehicle by row i mean like i made a command /v list and it shows the player vehicles by rows fetch and i need to know how i can select a certain row number to keep scripting my gm. Someone know how i can do it? All help apreciated 
exemples /v get 3 = fetch row 3 from vehicles where owner.... etc
pawn Код:
format(query, sizeof(query),"SELECT * FROM vehicles WHERE Owner='%s' LIMIT 3,1",playerinfo[playerid][Name]);

exemples /v get 3 = fetch row 3 from vehicles where owner.... etc