Jump to content

LaZ

V.I.P
  • Posts

    531
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by LaZ

  1. LaZ

    [Ajutor] 0.2.2

    1. Uninstall SA-MP 0.2.2 2. Download SA-MP 0.2X 3. Install SA-MP 0.2X 4. Te joci.
  2. Moduri pentru masini, detailed radar mode... Frumoasa harta, si locatia !
  3. Nu stiu ce sa zic... Adauga sub { (in OnGameModeInit), ShowPlayerMarkers( false ); si gata. Ar fi mai indicat sa postezi sursa...
  4. LaZ

    WANTED

    SetPlayerWantedLevel( playerid, level ); Data viitoare, citeste regulile privind titlul topicului,
  5. Posteaza codul.... Poate ai pus } in loc de { ... Poate ... Nu stim sigur, daca nu postezi codul, sau macar o parte: unde ai modificat.
  6. public OnGameModeInit() { ShowPlayerMarkers(false); }
  7. 'Nu-mi schimba scriptul!!' - Autorul original (nu tu)
  8. Alege: VyoAdmin sau celalalt script.
  9. LaZ

    Problema Compile

    Incearca sa pui 25 in loc de 4. (Prima linie din cod)
  10. LaZ

    Problema Compile

    Posteaza codul si erorile..
  11. LaZ

    [MAP]Rockets

    Primul mesaj.
  12. LaZ

    [MAP]Rockets

    Nu-l ai ? Scrie-l...
  13. LaZ

    [Problema]Pawno

    Incearca sa pui , dupa {109}
  14. Nu este.
  15. LaZ

    Teritoriu(zone)

    #include <a_samp> new GangZone, GangZone2; // This is a comment // uncomment the line below if you want to write a filterscript //#define FILTERSCRIPT #if defined FILTERSCRIPT public OnFilterScriptInit() { print("\n--------------------------------------"); print(" Blank Filterscript by your name here"); print("--------------------------------------\n"); return 1; } public OnFilterScriptExit() { return 1; } #else main() { print("\n----------------------------------"); print(" Blank Gamemode by your name here"); print("----------------------------------\n"); } #endif public OnGameModeInit() { // Don't use these lines if it's a filterscript SetGameModeText("Blank Script"); AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0); GangZone = GangZoneCreate(280.269, -2720.945, 2942.825, 537.1823); // Los Santos GangZone2 = GangZoneCreate(-2872.757, -805.7734, -1004.297, 1553.157); // San Fierro return 1; } public OnGameModeExit() { return 1; } public OnPlayerRequestClass(playerid, classid) { SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746); SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746); SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746); return 1; } public OnPlayerRequestSpawn(playerid) { return 1; } public OnPlayerConnect(playerid) { return 1; } public OnPlayerDisconnect(playerid, reason) { return 1; } public OnPlayerSpawn(playerid) { GangZoneShowForPlayer(playerid, GangZone, 0x00000061); // LoSantos, zona de culoare gri (cred) GangZoneShowForPlayer(playerid, GangZone2, 0xFF000096); // San Fierro, zona de culoare rosu. (sunt sigur ) return 1; } public OnPlayerDeath(playerid, killerid, reason) { return 1; } public OnVehicleSpawn(vehicleid) { return 1; } public OnVehicleDeath(vehicleid, killerid) { return 1; } public OnPlayerText(playerid, text[]) { return 1; } public OnPlayerPrivmsg(playerid, recieverid, text[]) { return 1; } public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/mycommand", cmdtext, true, 10) == 0) { // Do something here return 1; } return 0; } public OnPlayerInfoChange(playerid) { return 1; } public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) { return 1; } public OnPlayerExitVehicle(playerid, vehicleid) { return 1; } public OnPlayerStateChange(playerid, newstate, oldstate) { return 1; } public OnPlayerEnterCheckpoint(playerid) { return 1; } public OnPlayerLeaveCheckpoint(playerid) { return 1; } public OnPlayerEnterRaceCheckpoint(playerid) { return 1; } public OnPlayerLeaveRaceCheckpoint(playerid) { return 1; } public OnRconCommand(cmd[]) { return 1; } public OnObjectMoved(objectid) { return 1; } public OnPlayerObjectMoved(playerid, objectid) { return 1; } public OnPlayerPickUpPickup(playerid, pickupid) { return 1; } public OnPlayerSelectedMenuRow(playerid, row) { return 1; } public OnPlayerExitedMenu(playerid) { return 1; }
  16. LaZ

    minx, miny, minz

    Xtreme_Vehicle_Plotter
  17. LaZ

    Teritoriu(zone)

    La inceputul scriptului: new GangZone, GangZone2; In OnGameModeInit( ) { GangZone = GangZoneCreate(280.269, -2720.945, 2942.825, 537.1823); // Los Santos GangZone2 = GangZoneCreate(-2872.757, -805.7734, -1004.297, 1553.157); // San Fierro } In OnPlayerSpawn(playerid) GangZoneShowForPlayer(playerid, GangZone, 0x00000061); // LoSantos, zona de culoare gri (cred) GangZoneShowForPlayer(playerid, GangZone2, 0xFF000096); // San Fierro, zona de culoare rosu. (sunt sigur )
  18. LaZ

    Timp permanent

    Daca nu gasesti ce cauti, creeaza un alt topic despre un anumit subiect, si despre acela vom vorbi.
  19. LaZ

    Timp permanent

    1) Cauta. 2) Nu gasesti ? Creeaza un alt topic... // Salonul Scripturilor / [APP]Colectie / Xtreme_Vehicle_Plotter.
  20. LaZ

    Timp permanent

    .. : public OnGameModeInit( ) { SetWorldTime( ora ); SetGameModeText( "bla" ); // ... alte chestii ... // }
  21. LaZ

    Timp permanent

    Eu da. OnGameModeInit(); { //-- SetWorldTime(ora); } //Ex.: SetWorldTime(23); //--
  22. LaZ

    Probleme text....

    Liniile.
  23. LaZ

    Probleme text....

    Posteaza codul.
  24. LaZ

    Probleme text....

    Copy & Paste = o secunda Imagine & nu se vede nimic = 2 minute
×
×
  • 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.