Jump to content

10nuZ

Membru
  • Posts

    14
  • Joined

  • Last visited

    Never

About 10nuZ

  • Birthday 10/09/1994

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

10nuZ's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Ai streamer? Daca da , i-ai facut update? Pt ca aceasi problema am avut-o si eu , am adaugat ultima vers de streamer si mi-a mers! :undecided:
  2. Da :undecided: ! Le am pe toate !
  3. Salut ! Am o problema cu sv , dau sa-l deschid , si restarteaza din 5in5 secunde! :undecided: Aici este Server_log.txt : Si aici este server.cfg : Multumesc !
  4. Salut! Dupa 2 ani de zile m-am gandit sa scot cd-ul prafuit cu sv de samp , l-am trecut pe 0.3e , am re-compilat toate fs-urile si GM-ul...si m-am lovit de eroarea asta!(Am uitat ce inseamna) Precizez ca am NetFramework 4 si ultimele update-uri la Microsoft Visual C++ ! Aici ce am in server.cfg Multumesc !
  5. Salut! De curand m-am reapucat de Sa-Mp pentru ca am gasit pe un CD fostul meu server! Dar am 2 probleme :| 1.Nu mai merg animaltiile...am schimbat si fs-ul si tot nu vrea sa mearga...Adica-> Imi apare jos in dreapta "LShift to stop animation!BlaBlaBla!...dar nu se intampla nimic!" 2.O problema foarte cunoscuta dar inca tot nu am aflat dece apar gardurile/portile cand sunt la 2-3 m langa ele :|...DrawDistanceObject sau cum se numeau alea (ca nu am mai lucrat cu asa ceva de un an si ceva:)) ) sunt la 250.0. Ps:Folosesc Streamer pt obiecte(CreateDynamicObject) !
  6. 100/10 E superba harta....+1 Daca faci si link-u Ca nu merge:D
  7. 10nuZ

    Masina tunata

    Foloseste Tutorialul de AICI!!! Iti recomand sa faci 1 FileScript!!! ;D
  8. Pai poti face ceva de genu : La new scri : new exemplu; La "public OnPlayerPickUpPickup(playerid, pickupid)" pui asta : if(pickupid == exemplu) { SetPlayerPos(playerid,x,y,z); } Si la "public OnGameModeInit()" SUB celelalte Pickup`uri (Daca n-ai , pui sub masini (AddStaticVehicle)) Scri asa : exemplu = CreatePickup(1318,1,x,y,z); In loc de X,y,z Pui tu coordonatele pe care le vrei Sper ca ti-a fost de ajutor si ca ai inteles
  9. Salut! Scuze ca am postat si aici problemele dar vad ca de 1 luna nu imi mai raspunde lumea la problemele postate la "Probleme GodFather"....Si m-am decis sa le postez aici poate vede cineva si ma ajuta....!!!! Problemele (sunt 2) : 1. Salut! Am si eu o problema! Am pus casa in Propriety.cfg si Am modificat si alea la HouseInfo....Si am pus si masina la casa! Dar nu stiu dc toate casele sunt in aer cand dau /exit! adica pickup-ul ala cu Casa verde :| ... Cum pot rezolva asta? [move]Multumesc .[/move] Poza : 2. Salut! Am facut acum cateva minute o comanda si nu stiu dece imi da eroare la Pwno!!! Deaia cu Send Si Don`t Send!!! Sunt sigur ca e de la comanda dar nu stiu care e eroarea Comanda e : //===========================================[Buletin]============================// if(strcmp(cmd,"/aratabuletin",true)==0) //By IonuZ { if(IsPlayerConnected(playerid)) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_WHITE, "USAGE: /aratabuletin [playerid/PartOfName]"); return 1; } giveplayerid = ReturnUser(tmp); if(IsPlayerConnected(giveplayerid)) { if(giveplayerid != INVALID_PLAYER_ID) { if (ProxDetectorS(8.0, playerid, giveplayerid)) { if(giveplayerid == playerid) { SendClientMessage(playerid, COLOR_GREY, "Ca sa iti vezi singur buletinul scrie /buletin"); return 1; } GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer)); GetPlayerName(playerid, sendername, sizeof(sendername)); GetPlayerName(targetid, name, sizeof(name)); format(string, sizeof(string), "* %s si-a scos buletinul din portofel.", sendername); SendClientMessage(giveplayerid, COLOR_LIGHTBLUE, string); format(string, sizeof(string), "** Nick:[%d].", name); SendClientMessage(giveplayerid, COLOR_LIGHTBLUE, string); format(string, sizeof(string), "** Sot/Sotie:[%s].", married); SendClientMessage(giveplayerid, COLOR_LIGHTBLUE, string); format(string, sizeof(string), "** Origine:[%s].", otext); SendClientMessage(giveplayerid, COLOR_LIGHTBLUE, string); format(string, sizeof(string), "** Adresa:Smyle City , Casa:[%s].", housekey); SendClientMessage(giveplayerid, COLOR_LIGHTBLUE, string); format(string, sizeof(string), "** Sex:[%s].", atext); SendClientMessage(giveplayerid, COLOR_LIGHTBLUE, string); format(string, sizeof(string), "** Varsta:[%d].", age); SendClientMessage(giveplayerid, COLOR_LIGHTBLUE, string); format(string, sizeof(string), "** Nr.Telefon:[%d].", pnumber); SendClientMessage(giveplayerid, COLOR_LIGHTBLUE, string); SendClientMessage(playerid, COLOR_WHITE, "Emis De : Smyle-Zone Community!"); format(string, sizeof(string), "* %s ti-a aratat buletinul.", sendername); SendClientMessage(giveplayerid, COLOR_GREY, string); format(string, sizeof(string), "* I-ai aratat buletinul lui %s.", giveplayer); SendClientMessage(playerid, COLOR_GREY, string); } else { SendClientMessage(playerid, COLOR_GREY, "Acest jucator nu se afla langa tine!"); return 1; } } } else { SendClientMessage(playerid, COLOR_GREY, "Acest jucator este Off-Line!"); return 1; } } } return 1; } Sau am facut ceva in genu /stats dar numai ca dupa ce adaug urmatoarele randuri imi da eroare la el :-s if (strcmp(cmd, "/buletin", true) == 0) { if(IsPlayerConnected(playerid)) { if (gPlayerLogged[playerid] != 0) { buletin(playerid,playerid); } else { SendClientMessage(playerid, COLOR_GRAD1, " You are not Logged in !"); } } return 1; } Erorile pe care mi le da sunt : C:\Documents and Settings\IonuZ\Desktop\Buletin.pwn(60) : error 010: invalid function or declaration C:\Documents and Settings\IonuZ\Desktop\Buletin.pwn(62) : error 010: invalid function or declaration C:\Documents and Settings\IonuZ\Desktop\Buletin.pwn(64) : error 010: invalid function or declaration C:\Documents and Settings\IonuZ\Desktop\Buletin.pwn(66) : error 021: symbol already defined: "buletin" C:\Documents and Settings\IonuZ\Desktop\Buletin.pwn(68) : error 010: invalid function or declaration C:\Documents and Settings\IonuZ\Desktop\Buletin.pwn(73) : error 010: invalid function or declaration Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 6 Errors. Iar daca nu adaug comanda de mai sus nu am nici-o eroare sau warning :|
  10. Creat de : IonuZ aka 10nuZ Timp de lucru : 3 ore (Era prima mea harta si nu stiam unde se alfa obiectele ) Locatie : Los Santos Beach! Poze: CreateObject(1895, 140.574890, -1888.755615, 12.795722, 0.0000, 0.0000, 0.0000); CreateObject(2188, 140.105621, -1898.475586, 8.498294, 0.0000, 0.0000, 0.0000); CreateObject(2785, 139.986313, -1922.169556, 7.350689, 0.0000, 0.0000, 180.0000); CreateObject(14582, 165.859497, -1951.580078, 6.257570, 0.0000, 0.0000, 90.0000); CreateObject(8493, 139.544220, -1926.719482, 18.798401, 0.0000, 0.0000, 180.0000); CreateObject(1895, 140.388504, -1889.369263, 13.903037, 0.0000, 0.0000, 0.0000); CreateObject(1978, 142.866913, -1890.865234, 11.042187, 0.0000, 0.0000, 270.0000); CreateObject(643, 140.139099, -1939.499146, 8.761058, 0.0000, 0.0000, 0.0000); CreateObject(1670, 140.087677, -1939.510010, 9.171592, 0.0000, 0.0000, 0.0000); CreateObject(1433, 140.317551, -1933.554688, 8.470276, 0.0000, 0.0000, 0.0000); CreateObject(1562, 140.282196, -1932.059692, 8.945780, 0.0000, 0.0000, 0.0000); CreateObject(1562, 138.920670, -1933.201904, 8.945780, 0.0000, 0.0000, 90.0000); CreateObject(1562, 141.621475, -1933.420410, 8.945780, 0.0000, 0.0000, 270.0000); CreateObject(1562, 140.305283, -1934.821899, 8.945780, 0.0000, 0.0000, 180.0000); CreateObject(1670, 140.391083, -1933.533691, 8.988723, 0.0000, 0.0000, 0.0000); CreateObject(1824, 140.075623, -1910.266113, 7.020324, 0.0000, 0.0000, 0.0000); CreateObject(2008, 140.473862, -1929.914551, 7.522353, 0.0000, 0.0000, 180.0000); CreateObject(1806, 139.874146, -1929.126953, 7.511011, 0.0000, 0.0000, 180.0000); CreateObject(2723, 160.441696, -1949.522705, 3.141541, 0.0000, 0.0000, 0.0000); CreateObject(2723, 161.242508, -1948.145752, 3.141541, 0.0000, 0.0000, 0.0000); CreateObject(2723, 162.451294, -1947.106934, 3.141541, 0.0000, 0.0000, 0.0000); CreateObject(2723, 163.876526, -1946.288086, 3.141541, 0.0000, 0.0000, 0.0000); CreateObject(2723, 165.806503, -1945.656860, 3.141541, 0.0000, 0.0000, 0.0000); CreateObject(2723, 167.926163, -1945.949951, 3.141541, 0.0000, 0.0000, 0.0000); CreateObject(11665, 136.926971, -1916.333008, 7.212815, 0.0000, 0.0000, 180.0000); CreateObject(1256, 161.280838, -1927.266846, 3.432894, 0.0000, 0.0000, 0.0000); CreateObject(1256, 160.905914, -1891.422363, 3.432894, 0.0000, 0.0000, 0.0000); CreateObject(2723, 138.077271, -1921.091919, 6.877443, 0.0000, 0.0000, 0.0000); CreateObject(2723, 138.868896, -1921.100220, 6.877442, 0.0000, 0.0000, 0.0000); CreateObject(2723, 139.661499, -1921.226685, 6.877442, 0.0000, 0.0000, 0.0000); CreateObject(2723, 140.527847, -1921.236816, 6.877441, 0.0000, 0.0000, 0.0000); CreateObject(2723, 141.499908, -1921.306519, 6.877442, 0.0000, 0.0000, 0.0000); CreateObject(1520, 140.388550, -1964.589111, 11.092300, 0.0000, 0.0000, 0.0000); CreateObject(1510, 140.117966, -1939.850098, 9.172924, 0.0000, 0.0000, 0.0000); CreateObject(1510, 140.333847, -1933.216187, 8.990055, 0.0000, 0.0000, 0.0000); CreateObject(1736, 154.329178, -1946.728394, 7.635773, 0.0000, 0.0000, 157.5000); CreateObject(1736, 140.216171, -1889.369263, 12.482399, 0.0000, 0.0000, 0.0000); CreateObject(1828, 143.847397, -1904.863525, 7.513308, 0.0000, 0.0000, 90.0000); CreateObject(1828, 136.138550, -1905.191895, 7.513308, 0.0000, 0.0000, 270.0000); CreateObject(1822, 135.313156, -1927.263672, 7.354053, 0.0000, 0.0000, 0.0000); CreateObject(1518, 135.845749, -1926.753784, 8.133302, 0.0000, 0.0000, 90.0000); CreateObject(1755, 138.764633, -1926.306396, 7.374151, 0.0000, 0.0000, 270.0000); CreateObject(1755, 137.649673, -1924.570557, 7.314494, 0.0000, 0.0000, 326.2500); CreateObject(1755, 138.527161, -1928.302124, 7.452670, 0.0000, 0.0000, 236.2500); CreateObject(633, 1420.651123, -886.169861, 50.677158, 0.0000, 0.0000, 0.0000); CreateObject(633, 1422.888062, -886.010742, 50.672970, 0.0000, 0.0000, 0.0000); CreateObject(3802, 1420.584717, -886.584839, 52.560276, 0.0000, 0.0000, 89.9999); CreateObject(3802, 1423.008423, -886.579285, 52.540081, 0.0000, 0.0000, 90.0000); CreateObject(653, 1430.099731, -878.625977, 50.664108, 0.0000, 0.0000, 33.7500); CreateObject(653, 1419.443481, -876.751099, 48.494484, 0.0000, 0.0000, 0.0000); CreateObject(3524, 144.715439, -1914.203857, 9.394678, 0.0000, 0.0000, 90.0000); CreateObject(3525, 135.272873, -1919.013916, 7.228295, 0.0000, 0.0000, 90.0000); CreateObject(3525, 135.292755, -1914.008179, 7.233109, 0.0000, 0.0000, 90.0000); CreateObject(1363, 148.958160, -1913.066650, 3.609800, 0.0000, 0.0000, 0.0000); CreateObject(1363, 149.373352, -1918.658936, 3.609800, 0.0000, 0.0000, 0.0000); CreateObject(1231, 150.894623, -1946.357544, 5.503830, 0.0000, 0.0000, 45.0000); CreateObject(1231, 157.576843, -1946.819580, 5.503830, 0.0000, 0.0000, 326.2500); CreateObject(1371, 161.279572, -1912.529175, 3.556700, 0.0000, 0.0000, 270.0000); CreateObject(1371, 161.416138, -1920.601563, 3.556700, 0.0000, 0.0000, 270.0000); CreateObject(3524, 144.369049, -1917.455688, 9.394678, 0.0000, 0.0000, 101.2500); CreateObject(3877, 144.762589, -1912.718872, 8.175079, 0.0000, 0.0000, 0.0000); CreateObject(3877, 144.570709, -1919.613159, 8.175079, 0.0000, 0.0000, 0.0000); CreateObject(9241, 288.079926, -1793.231323, 5.443209, 0.0000, 0.0000, 90.0000); CreateObject(1408, 1419.207886, -883.931641, 50.025448, 0.0000, 0.0000, 90.0000); CreateObject(1408, 1441.727783, -893.080933, 50.161331, 0.0000, 0.0000, 270.0000); CreateObject(1408, 1441.652954, -887.591553, 50.266026, 0.0000, 0.0000, 270.0000); CreateObject(1408, 1438.811646, -883.714783, 50.303974, 0.0000, 0.0000, 348.7500); CreateObject(1408, 1432.098633, -881.346069, 50.503353, 0.0000, 0.0000, 315.0000); CreateObject(1408, 1436.817749, -883.338013, 50.359879, 0.0000, 0.0000, 348.7500); CreateObject(3749, 149.662277, -1915.540405, 8.628057, 0.0000, 0.0000, 270.0000); CreateObject(1419, 135.122452, -1913.361328, 7.045850, 0.0000, 0.0000, 270.0000); CreateObject(1419, 135.186996, -1919.135620, 7.041037, 0.0000, 0.0000, 270.0000); CreateObject(1419, 135.120239, -1915.025024, 7.051314, 0.0000, 0.0000, 270.0000); CreateObject(1419, 135.338730, -1923.906494, 7.825774, 0.0000, 0.0000, 78.7500); CreateObject(1419, 135.349213, -1928.202637, 7.977419, 0.0000, 0.0000, 270.0000); CreateObject(1419, 135.002975, -1909.067505, 8.070000, 0.0000, 0.0000, 270.0000); CreateObject(1419, 135.004135, -1904.989136, 8.072287, 0.0000, 0.0000, 270.0000); CreateObject(1419, 135.020523, -1893.892944, 10.523262, 0.0000, 0.0000, 270.0000); CreateObject(1419, 135.026398, -1891.040649, 10.523262, 0.0000, 0.0000, 270.0000); CreateObject(1419, 145.234436, -1893.796997, 10.517599, 0.0000, 0.0000, 90.0000); CreateObject(1419, 145.298325, -1892.061768, 10.598556, 0.0000, 0.0000, 270.0000); CreateObject(1419, 142.438629, -1939.499756, 8.772861, 0.0000, 0.0000, 56.2500); CreateObject(1419, 143.866669, -1935.780640, 8.693419, 0.0000, 0.0000, 78.7500); CreateObject(1419, 144.251801, -1934.171875, 8.743077, 0.0000, 0.0000, 78.7500); CreateObject(1419, 137.829117, -1939.653198, 8.759837, 0.0000, 0.0000, 123.7499); CreateObject(1419, 136.292297, -1935.960693, 8.822287, 0.0000, 0.0000, 101.2500); CreateObject(1419, 135.951981, -1934.359009, 8.838502, 0.0000, 0.0000, 101.2500); CreateObject(1419, 144.868927, -1928.435303, 7.993881, 0.0000, 0.0000, 258.7500); CreateObject(1419, 145.091202, -1924.489868, 7.848852, 0.0000, 0.0000, 90.0000); CreateObject(1419, 145.252487, -1904.441284, 8.072287, 0.0000, 0.0000, 270.0000); CreateObject(1419, 145.252274, -1906.571289, 8.040022, 0.0000, 0.0000, 90.0000); CreateObject(1419, 145.198715, -1912.020386, 7.041037, 0.0000, 0.0000, 270.0000); CreateObject(1419, 145.052231, -1919.589111, 7.145493, 0.0000, 0.0000, 270.0000); CreateObject(1234, 149.060196, -1912.478638, 4.333117, 0.0000, 0.0000, 0.0000); CreateObject(1234, 149.433167, -1919.495239, 4.333117, 0.0000, 0.0000, 202.5000); CreateObject(1321, 164.504272, -1730.874268, 5.223125, 0.0000, 0.0000, 0.0000); CreateObject(1321, 141.903183, -1740.529541, 6.510445, 0.0000, 0.0000, 135.0000); CreateObject(2047, 152.162399, -1915.748413, 9.280680, 0.0000, 0.0000, 90.0000); CreateObject(2048, 154.287033, -1947.186157, 8.666725, 0.0000, 0.0000, 180.0000); CreateObject(2714, 153.020508, -1915.766235, 11.879232, 0.0000, 0.0000, 90.0000); CreateObject(2745, 152.221313, -1923.522827, 3.978263, 0.0000, 0.0000, 90.0000); CreateObject(2745, 152.385605, -1907.615356, 3.978263, 0.0000, 0.0000, 90.0000); CreateObject(3462, 147.890427, -1910.807495, 4.287155, 0.0000, 0.0000, 168.7500); CreateObject(3462, 147.879547, -1920.456543, 4.287155, 0.0000, 0.0000, 180.0000); CreateObject(7415, 1376.857666, -919.879517, 43.210300, 0.0000, 0.0000, 112.5000); CreateObject(3521, 1415.851685, -876.801941, 48.574959, 0.0000, 0.0000, 348.7500); CreateObject(8406, 350.646118, -1784.770752, 9.877419, 0.0000, 0.0000, 180.0000); CreateObject(14467, 79.991547, -1535.516235, 7.079181, 0.0000, 0.0000, 78.7500); CreateObject(14467, 2461.348145, -1669.687378, 15.227917, 0.0000, 0.0000, 135.0000); CreateObject(2047, 1423.697021, -886.162720, 54.102745, 0.0000, 0.0000, 180.0000); CreateObject(2048, 1431.127197, -886.560730, 51.409309, 0.0000, 0.0000, 180.0000); CreateObject(11544, 143.722626, -1915.113892, 5.488238, 0.0000, 0.0000, 90.0000); CreateObject(11544, 150.963654, -1915.103271, 2.784434, 0.0000, 0.0000, 90.0000); De aici link download PlajaLS.Map : PlajaLS.Map
  11. Salut! Am si eu o problema! Am pus casa in Propriety.cfg si Am modificat si alea la HouseInfo....Si am pus si masina la casa! Dar nu stiu dc toate casele sunt in aer cand dau /exit! adica pickup-ul ala cu Casa verde :| ... Cum pot rezolva asta? Multumesc . Poza :
  12. 10nuZ

    Case Sa:Mp!

    Salut! Vreau sa mai adaug 2 case la vanzare!Am tot cautat dar nu am gasit nimic! Am creat casa si am bagat-o in Propriety.cfg Mai incolo ce fac? Multumesc :D
  13. Am facut si eu obj cu CreateStreamObject Dar dupa ce intru pe sv nu imi apar!:|
×
×
  • 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.