Jump to content

Leonard

Administrator
  • Posts

    1,303
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by Leonard

  1. Problema a fost rezolvată. Topic închis!
  2. Problema a fost rezolvată. Topic închis!
  3. Problema a fost rezolvată. Topic închis!
  4. Problema a fost rezolvată. Topic închis!
  5. Problema a fost rezolvată. Topic închis!
  6. Trecerea gmului pe alt procesor de comenzi nu e o optimizare, la fel si cel pe module/include-uri. Dialogurile sunt asa si asa pentru optimizare. Ca sa optimizezi un gm trebuie sa rescrii timerele, eventual sa le treci pe y_timers si functiile + comenzile + stock-urile.
  7. Normal ca are... X Y Z il iei de la sistemul de case sau bizuri
  8. Ai setat bine virtual world-ul la player ca cel de la apartament? La fel si interiorul?
  9. De ce faci topic cu problema la categoria 'Probleme Rezolvate'? .... Topic mutat la categoria corespunzatoare. ... Pentru atasamanetul pe umar, trebuie sa folosesti index-ul 6, nu 2. Exemplu: SetPlayerAttachedObject(playerid, 6, ..
  10. Categorie gresita + topic fara model de postare Topic inchis.
  11. Recomand: @Donboo Discord: donвoo#9294 @Chase. Discord: ╲⎝⧹ Chase. ⧸⎠╱#3052
  12. Cauta pe google 'samp skin westwood'
  13. Comanda CMD:spawnchange( playerid, params ) { ShowPlayerDialog( playerid, DIALOG_SPAWNCHANGE, DIALOG_STYLE_LIST, "Spawn Change:", "HQ/Spawn\nCasa\nApartament", "Set", "Cancel" ); return true; } Dialog-ul case DIALOG_SPAWNCHANGE: { if( !response ) return true; switch(listitem) { case 0: { PlayerInfo[ playerid ][ pSpawnChange ] = 0; } case 1: { if( PlayerInfo[ playerid ][ pPhousekey ] == 999 ) return SCM( playerid, -1, "Nu ai o casa." ); PlayerInfo[ playerid ][ pSpawnChange ] = 1; } case 2: { have_apartment( playerid ) == -1 ) return SCM( playerid, -1, "Nu ai un apartament." ); PlayerInfo[ playerid ][ pSpawnChange ] = 2; } } Update( playerid, pSpawnChangex ); SCM( playerid, COLOR_YELLOW, "Ai schimbat spawnul cu succes." ); } De adaugat la OnPlayerSpawn switch( PlayerInfo[ playerid ][ pSpawnChange ] ) { case 0: { SetPlayerInterior( playerid, 0 ); SetPlayerVirtualWorld( playerid, 0 ); SetPlayerPos( playerid, x, y, z ); // pozitie spawn default } case 1: { SetPlayerInterior( playerid, interiorCasa ); SetPlayerVirtualWorld( playerid, vwCasa ); SetPlayerPos( playerid, x, y, z ); // pozitie spawn casa } case 2: { SetPlayerInterior( playerid, interiorApartament ); SetPlayerVirtualWorld( playerid, vwApartament ); SetPlayerPos( playerid, x, y, z ); // pozitie spawn apartament } } Sper ca ai inteles ce ai de facut.
  14. Respecta si modelul de postare. Topic inchis.
  15. Categorie gresita. https://leaks.ro/forum/18-întrebări-cum-pot-să/ Topic inchis.
  16. Problema a fost rezolvată. Topic închis!
×
×
  • Create New...