Hali egy fontos kérdésem lenne van egy mysql modom és a kocsinak nem generál id-t amikor pl lespawnolok egy kocsi /car al akkor sqlbe járműid 0 ez mi miatt lehet?
CMD:car(playerid, params[])// igy a jo
{
if(pInfo[playerid][admin] >= 5)
{
/*if(isnull(params))
{
new cars[212], i=0;
while(i!=212)
{
cars = i+400;
i++;
}
ShowModelSelectionMenuEx(playerid, cars, i, \"Valassz jarmuvet!\", 3, 0, 0, 20.0, 0.;
}*/
new id;
if(sscanf(params, \"d\", id)) return Malibu(playerid, \"Használat: /car [ID]\");
if(id < 400 || id > 611) return Malibu(playerid, \"Az ID-nek 400 és 611 között kell lennie!\");
if( id == 537 || id == 538) return Malibu(playerid, \"Nem spawnolhatsz vonatot!\");
new Float:x, Float:y, Float:z, Float:angle;
GetPlayerPos(playerid, x, y, z);
GetPlayerFacingAngle(playerid, angle);
Malibu_Green(playerid, \"Lespawnoltál egy járművet.\");
mysql_free_result();
new c1=random(10);
new c2=random(10);
format(query, sizeof(query), \"INSERT INTO `vehicles` (`Model`, `sx`, `sy`, `sz`, `sa`, `fuel`, `c1`, `c2`, `health`, `owner`, `utoljara`) VALUES (%d, %f, %f, %f, %f, %d, %d, %d, %f, \'-\', \'-\')\", id, x+2, y+2, z+2, angle, TankMeret[id-400], c1, c2, 1000);
mysql_query(query);
new carid;
carid = CreateVehicle(id, x+2, y+2, z+2, angle, c1, c2, 0);
vInfo[carid][