Jump to content
  • 0

Problema comanda /apark


Sammich

Question

CMD:apark ( playerid, params [ ] )
{
  if (P_DATA[playerid][pAdmin] < 4) return SendClientMessage ( playerid, -1, "* Nu esti autorizat." );
  new const vehicleid = GetPlayerVehicleID ( playerid );

  GetVehiclePos ( vehicleid, vInfo [ vehicleid ] [ vPos ] [ 0 ], vInfo [ vehicleid ] [ vPos ] [ 1 ], vInfo [ vehicleid ] [ vPos ] [ 2 ] );
  GetVehicleZAngle ( vehicleid, vInfo [ vehicleid ] [ vPos ] [ 3 ] );
  SaveVehicle ( vMySQLID[ vehicleid ], VEH_TYPE_STATS );

  SendClientMessage ( playerid, -1, "* Ai parcat vehiculul aici." );
  return 1;
}

 

Asta este comanda

Si cand dau /vehh pentru a creea o masina si pe urma vreau sa o parchez in alta parte nu se salveaza pozitia sau ceva de genu,va rog ajutati-ma!!

Multumesc!

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.