Jump to content

TheodoR

Membru
  • Posts

    27
  • Joined

  • Last visited

    Never

Everything posted by TheodoR

  1. ma omule , tu nu intelegi ca nu-s implementate in GM ? si ca ele dupa /rac se schimba?
  2. Nick: TheodoR Problema: Vreau sa inlocuiesc height si sa pun fuel in loc si nu stiu cum. Erori / warnings: Lini/script:[pawn]#include <a_samp> #include <zcmd> #include <sscanf2> #define CO_RED 0xFF0000FF #define CO_GREEN 0x00FF00FF //------------------------------------------------------------------------------// new Text:Line[6]; new Text:Name[MAX_PLAYERS]; new Text:Speed[MAX_PLAYERS]; new Text:HP[MAX_PLAYERS]; new Text:HG[MAX_PLAYERS]; new Speedo[MAX_PLAYERS]; new vtimer; new VehicleNames[212][] = // didnt created by me { {"Landstalker"},{"Bravura"},{"Buffalo"},{"Linerunner"},{"Perrenial"},{"Sentinel"},{"Dumper"}, {"Firetruck"},{"Trashmaster"},{"Stretch"},{"Manana"},{"Infernus"},{"Voodoo"},{"Pony"},{"Mule"}, {"Cheetah"},{"Ambulance"},{"Leviathan"},{"Moonbeam"},{"Esperanto"},{"Taxi"},{"Washington"}, {"Bobcat"},{"Mr Whoopee"},{"BF Injection"},{"Hunter"},{"Premier"},{"Enforcer"},{"Securicar"}, {"Banshee"},{"Predator"},{"Bus"},{"Rhino"},{"Barracks"},{"Hotknife"},{"Trailer 1"},{"Previon"}, {"Coach"},{"Cabbie"},{"Stallion"},{"Rumpo"},{"RC Bandit"},{"Romero"},{"Packer"},{"Monster"}, {"Admiral"},{"Squalo"},{"Seasparrow"},{"Pizzaboy"},{"Tram"},{"Trailer 2"},{"Turismo"}, {"Speeder"},{"Reefer"},{"Tropic"},{"Flatbed"},{"Yankee"},{"Caddy"},{"Solair"},{"Berkley's Van"}, {"Skimmer"},{"PCJ-600"},{"Faggio"},{"Freeway"},{"RC Baron"},{"RC Raider"},{"Glendale"},{"Oceanic"}, {"Sanchez"},{"Sparrow"},{"Patriot"},{"Quad"},{"Coastguard"},{"Dinghy"},{"Hermes"},{"Sabre"}, {"Rustler"},{"ZR-350"},{"Walton"},{"Regina"},{"Comet"},{"BMX"},{"Burrito"},{"Camper"},{"Marquis"}, {"Baggage"},{"Dozer"},{"Maverick"},{"News Chopper"},{"Rancher"},{"FBI Rancher"},{"Virgo"},{"Greenwood"}, {"Jetmax"},{"Hotring"},{"Sandking"},{"Blista Compact"},{"Police Maverick"},{"Boxville"},{"Benson"}, {"Mesa"},{"RCGoblin"},{"HotRacer A"},{"HotRacer B"},{"Bloodring Banger"},{"Rancher"}, {"Super GT"},{"Elegant"},{"Journey"},{"Bike"},{"Mountain Bike"},{"Beagle"},{"Cropdust"},{"Stunt"}, {"Tanker"}, {"Roadtrain"},{"Nebula"},{"Majestic"},{"Buccaneer"},{"Shamal"},{"Hydra"},{"FCR-900"}, {"NRG-500"},{"HPV1000"},{"Cement Truck"},{"Tow Truck"},{"Fortune"},{"Cadrona"},{"FBI Truck"}, {"Willard"},{"Forklift"},{"Tractor"},{"Combine"},{"Feltzer"},{"Remington"},{"Slamvan"}, {"Blade"},{"Freight"},{"Streak"},{"Vortex"},{"Vincent"},{"Bullet"},{"Clover"},{"Sadler"}, {"Firetruck LA"},{"Hustler"},{"Intruder"},{"Primo"},{"Cargobob"},{"Tampa"},{"Sunrise"},{"Merit"}, {"Utility"},{"Nevada"},{"Yosemite"},{"Windsor"},{"Monster A"},{"Monster B"},{"Uranus"},{"Jester"}, {"Sultan"},{"Stratum"},{"Elegy"},{"Raindance"},{"RC Tiger"},{"Flash"},{"Tahoma"},{"Savanna"}, {"Bandito"},{"Freight Flat"},{"Streak Carriage"},{"Kart"},{"Mower"},{"Duneride"},{"Sweeper"}, {"Broadway"},{"Tornado"},{"AT-400"},{"DFT-30"},{"Huntley"},{"Stafford"},{"BF-400"},{"Newsvan"}, {"Tug"},{"Trailer 3"},{"Emperor"},{"Wayfarer"},{"Euros"},{"Hotdog"},{"Club"},{"Freight Carriage"}, {"Trailer 3"},{"Andromada"},{"Dodo"},{"RC Cam"},{"Launch"},{"Police Car"},{"SFPD"}, {"LVPD"},{"Police Ranger"},{"Picador"},{"S.W.A.T. Van"},{"Alpha"},{"Phoenix"},{"Glendale"}, {"Sadler"},{"LuTrailer A"},{"LuTrailer B"},{"Stair Trailer"},{"Boxville"},{"Farm Plow"}, {"Utility Trailer"} }; //------------------------------------------------------------------------------// public OnFilterScriptInit() { print("|------------------------------------------------- |"); print("| dEcooR's Speedo Meteter |"); print("| was successfuly loaded.. |"); print("|------------------------------------------------- |"); vtimer = SetTimer("SpeedoMeter",350,1); Line[0] = TextDrawCreate(613.000000, 361.000000, "_"); TextDrawBackgroundColor(Line[0], 255); TextDrawFont(Line[0], 1); TextDrawLetterSize(Line[0], 0.500000, 6.599998); TextDrawColor(Line[0], -1); TextDrawSetOutline(Line[0], 0); TextDrawSetProportional(Line[0], 1); TextDrawSetShadow(Line[0], 1); TextDrawUseBox(Line[0], 1); TextDrawBoxColor(Line[0], 51); TextDrawTextSize(Line[0], 491.000000, 61.000000); Line[1] = TextDrawCreate(496.000000, 423.000000, "_"); TextDrawBackgroundColor(Line[1], 255); TextDrawFont(Line[1], 1); TextDrawLetterSize(Line[1], 0.520000, -0.199999); TextDrawColor(Line[1], -1); TextDrawSetOutline(Line[1], 0); TextDrawSetProportional(Line[1], 1); TextDrawSetShadow(Line[1], 1); TextDrawUseBox(Line[1], 1); TextDrawBoxColor(Line[1], 255); TextDrawTextSize(Line[1], 609.000000, 0.000000); Line[2] = TextDrawCreate(495.000000, 362.000000, "_"); TextDrawBackgroundColor(Line[2], 255); TextDrawFont(Line[2], 1); TextDrawLetterSize(Line[2], 0.500000, 6.599998); TextDrawColor(Line[2], -1); TextDrawSetOutline(Line[2], 0); TextDrawSetProportional(Line[2], 1); TextDrawSetShadow(Line[2], 1); TextDrawUseBox(Line[2], 1); TextDrawBoxColor(Line[2], 255); TextDrawTextSize(Line[2], 493.000000, 0.000000); Line[3] = TextDrawCreate(612.000000, 362.000000, "_"); TextDrawBackgroundColor(Line[3], 255); TextDrawFont(Line[3], 1); TextDrawLetterSize(Line[3], 0.500000, 6.599998); TextDrawColor(Line[3], -1); TextDrawSetOutline(Line[3], 0); TextDrawSetProportional(Line[3], 1); TextDrawSetShadow(Line[3], 1); TextDrawUseBox(Line[3], 1); TextDrawBoxColor(Line[3], 255); TextDrawTextSize(Line[3], 610.000000, 0.000000); Line[4] = TextDrawCreate(495.000000, 361.000000, "_"); TextDrawBackgroundColor(Line[4], 255); TextDrawFont(Line[4], 1); TextDrawLetterSize(Line[4], 0.500000, -0.200000); TextDrawColor(Line[4], -1); TextDrawSetOutline(Line[4], 0); TextDrawSetProportional(Line[4], 1); TextDrawSetShadow(Line[4], 1); TextDrawUseBox(Line[4], 1); TextDrawBoxColor(Line[4], 255); TextDrawTextSize(Line[4], 610.000000, 0.000000); Line[5] = TextDrawCreate(496.000000, 377.000000, "_"); TextDrawBackgroundColor(Line[5], 255); TextDrawFont(Line[5], 1); TextDrawLetterSize(Line[5], 0.500000, -0.200000); TextDrawColor(Line[5], -1); TextDrawSetOutline(Line[5], 0); TextDrawSetProportional(Line[5], 1); TextDrawSetShadow(Line[5], 1); TextDrawUseBox(Line[5], 1); TextDrawBoxColor(Line[5], 255); TextDrawTextSize(Line[5], 610.000000, 0.000000); for(new i=0; i<MAX_PLAYERS; i++) { Speedo = 1; Name = TextDrawCreate(500.000000, 362.000000, " "); TextDrawBackgroundColor(Name, 255); TextDrawFont(Name, 2); TextDrawLetterSize(Name, 0.210000, 1.300000); TextDrawColor(Name, -1); TextDrawSetOutline(Name, 1); TextDrawSetProportional(Name, 1); Speed = TextDrawCreate(504.000000, 380.000000, " "); TextDrawBackgroundColor(Speed, 255); TextDrawFont(Speed, 1); TextDrawLetterSize(Speed, 0.310000, 0.899999); TextDrawColor(Speed, 16711935); TextDrawSetOutline(Speed, 1); TextDrawSetProportional(Speed, 1); HP = TextDrawCreate(505.000000, 394.000000, " "); TextDrawBackgroundColor(HP, 255); TextDrawFont(HP, 1); TextDrawLetterSize(HP, 0.340000, 0.899999); TextDrawColor(HP, -16776961); TextDrawSetOutline(HP, 1); TextDrawSetProportional(HP, 1); HG = TextDrawCreate(505.000000, 408.000000, " "); TextDrawBackgroundColor(HG, 255); TextDrawFont(HG, 1); TextDrawLetterSize(HG, 0.340000, 0.899999); TextDrawColor(HG, -16776961); TextDrawSetOutline(HG, 1); TextDrawSetProportional(HG, 1); } return 1; } //------------------------------------------------------------------------------// public OnFilterScriptExit() { KillTimer(vtimer); print("|------------------------------------------------- |"); print("| dEcooR's Speedo Meteter |"); print("| was successfuly unloaded.. |"); print("|------------------------------------------------- |"); for(new i=0; i<MAX_PLAYERS; i++) { TextDrawDestroy(HG); TextDrawDestroy(HP); TextDrawDestroy(Speed); TextDrawDestroy(Name); } return 1; } //------------------------------------------------------------------------------// public OnPlayerConnect(playerid) { Speedo[playerid] = 1; return 1; } //------------------------------------------------------------------------------// CMD:speedo(playerid,params[]) { new sp[4]; if(sscanf(params, "s[4]", sp)) return SendClientMessage(playerid, CO_RED, "Command: /speedo [ On / Off ]"); else if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, CO_RED, "You are not in a vehicle!"); else { if(strcmp(sp, "on", true)==0) { if(Speedo[playerid] == 1) return SendClientMessage(playerid, CO_RED, "Speedo meter is already on."); else { GameTextForPlayer(playerid,"~y~Speedometer has been ~g~enabled", 3500, 5); Speedo[playerid] = 1; } } if(strcmp(sp, "off", true)==0) { if(Speedo[playerid] == 0) return SendClientMessage(playerid, CO_RED, "Speedo meter is already off."); else { GameTextForPlayer(playerid,"~y~Speedometer has been ~g~disabled", 3600, 5); Speedo[playerid] = 0; } } } return 1; } //------------------------------------------------------------------------------// forward SpeedoMeter(); public SpeedoMeter() { for(new i=0; i<MAX_PLAYERS; i++) { if(IsPlayerInAnyVehicle(i) && Speedo == 1) { TextDrawShowForPlayer(i, Line[0]); TextDrawShowForPlayer(i, Line[1]); TextDrawShowForPlayer(i, Line[2]); TextDrawShowForPlayer(i, Line[3]); TextDrawShowForPlayer(i, Line[4]); TextDrawShowForPlayer(i, Line[5]); TextDrawShowForPlayer(i, Line[0]); TextDrawShowForPlayer(i, Line[0]); new sp[4][100],Float:health,Float:xX,Float:yY,Float:zZ,vehicleid = GetPlayerVehicleID(i); GetVehicleHealth(vehicleid,health); GetPlayerPos(i,xX,yY,zZ); format(sp[0], 100, "~b~] ~w~%s", VehicleNames[GetVehicleModel(vehicleid)-400]); format(sp[1], 100, "~g~Speed: ~w~%d ~g~km/h",GetVehicleSpeed(vehicleid)); format(sp[2], 100, "~r~Health: ~w~%.2f",health); format(sp[3], 100, "~y~Height: ~w~%.1f ~y~m",zZ); TextDrawSetString(Name, sp[0]); TextDrawSetString(Speed, sp[1]); TextDrawSetString(HP, sp[2]); TextDrawSetString(HG, sp[3]); TextDrawShowForPlayer(i, Name); TextDrawShowForPlayer(i, Speed); TextDrawShowForPlayer(i, HP); TextDrawShowForPlayer(i, HG); } else { TextDrawHideForPlayer(i, Line[0]); TextDrawHideForPlayer(i, Line[1]); TextDrawHideForPlayer(i, Line[2]); TextDrawHideForPlayer(i, Line[3]); TextDrawHideForPlayer(i, Line[4]); TextDrawHideForPlayer(i, Line[5]); TextDrawHideForPlayer(i, Name); TextDrawHideForPlayer(i, Speed); TextDrawHideForPlayer(i, HP); TextDrawHideForPlayer(i, HG); } } return 1; } //------------------------------------------------------------------------------// stock GetVehicleSpeed(vehicleid) { // Function: GetVehicleSpeed(vehicleid) new Float:a,Float:b,Float:c,vel; GetVehicleVelocity(vehicleid, a, b, c); vel = floatround(floatsqroot(a*a + b*b + c*c)*180); //vel = floatround(floatsqroot( a*a + b*b + c*c ) * 180 / MPH_KMH); // If you wana use MPH use uncomment this return vel; }[/pawn] Ai incercat sa rezolvi singur ?: Da.
  3. 1. Nu am sistem de carownership , deci n-are cum sa fie asta 2. Am luat coord sPos si am dat find in GM dar nu gaseste..
  4. Apare doar cPos si sPos si n-au nicio treaba ) , nu te mai baga daca nu stii si lasa pe altii mai priceputi :-j.
  5. Nick: TheodoR Problema: Cum pot scoate masinile neimplementate in GM de pe server? De exemplu intr-un loc se spawneaza o masina , iar daca dau /save cand sunt in ea si dau find in GM nu o gaseste.. Mentionez ca masinile dupa /rac se schimba (cele neimplementate in GM) Erori / warnings: - Lini/script: - Ai incercat sa rezolvi singur ?: Da.
  6. Nick: TheodoR Problema: as vrea si eu sa stiu cum sa faci o masina sa apartina unei factiuni. Stiu ca trebuie sa umblu la alea (ex: new balcar) si altele , dar nu stiu cum sa pun o masina noua , de exemplu infernus la TM. Erori / warnings:- Lini/script:- Ai incercat sa rezolvi singur ?:da
  7. Nick: TheodoR Problema: Nu stiu cum sa fac un 3dtextlabel ca asta , adica sa fie un rand sus si un rand jos. Erori / warnings: - Lini/script: - Ai incercat sa rezolvi singur ?: N-am idee.
  8. Nick: TheodoR Problema: nu stiu cum sa descui bizz-urile , stiu ca se umbla in server .cfg Erori / warnings: - Lini/script: [pawn]0|The State|Gun Shop 1|No-one|1791.212036|-1164.631713|23.828100|2170.278076|1618.818237|999.976623|20|20000000|1500|0|1|1|99999557|500|100 0|The State|Gun Shop 2|No-one|-2288.067626|-79.334396|35.320301|459.679107|-88.644302|999.554687|5|5000000|0|0|1|4|100|500|100 0|The State|Restaurant|No-one|1498.360107|-1583.031860|13.546895|-794.936218|490.632385|1376.195312|20|5000000|0|0|1|1|9999999|500|100 0|The State|Police Armoury|No-one|1568.625122|-1690.535766|5.890600|246.376007|109.246002|1003.218811|20|20000000|0|0|1|10|99995463|500|100[/pawn] Ai incercat sa rezolvi singur ?: da P.S Banca e deschisa.
  9. Nick: Problema: Am incercat sa-mi sterg dealershipul din GM si-mi da erorile astea Erori / warnings: [pawn]C:\Users\TheodoR\Desktop\gamelife.pwn(4608) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4612) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4624) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4628) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4632) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4636) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4640) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4644) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4648) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4660) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4664) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4668) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4672) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4676) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4688) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4692) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4696) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4708) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4712) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4716) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4720) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(5215) : error 004: function "SendIRCMessage" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(5237) : error 004: function "SendIRCMessage" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(5547) : error 004: function "OOCOff" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(5561) : error 004: function "OOCOff" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(5581) : error 004: function "OOCOff" is not implemented[/pawn] Lini/script: [pawn]public IsAtClothShop(playerid) { if(IsPlayerConnected(playerid)) { if(PlayerToPoint(25.0,playerid,207.5627,-103.7291,1005.2578) || PlayerToPoint(25.0,playerid,203.9068,-41.0728,1001.8047)) {//Binco & Suburban return 1; } else if(PlayerToPoint(30.0,playerid,214.4470,-7.6471,1001.2109) || PlayerToPoint(50.0,playerid,161.3765,-83.8416,1001.8047)) {//Zip & Victim return 1; } } return 0; } public IsAtGasStation(playerid) { if(IsPlayerConnected(playerid)) { if(PlayerToPoint(6.0,playerid,1004.0070,-939.3102,42.1797) || PlayerToPoint(6.0,playerid,1944.3260,-1772.9254,13.3906)) {//LS return 1; } else if(PlayerToPoint(6.0,playerid,-90.5515,-1169.4578,2.4079) || PlayerToPoint(6.0,playerid,-1609.7958,-2718.2048,48.5391)) {//LS return 1; } else if(PlayerToPoint(6.0,playerid,-2029.4968,156.4366,28.9498) || PlayerToPoint(8.0,playerid,-2408.7590,976.0934,45.4175)) {//SF return 1; } else if(PlayerToPoint(5.0,playerid,-2243.9629,-2560.6477,31.8841) || PlayerToPoint(8.0,playerid,-1676.6323,414.0262,6.9484)) {//Between LS and SF return 1; } else if(PlayerToPoint(6.0,playerid,2202.2349,2474.3494,10.5258) || PlayerToPoint(10.0,playerid,614.9333,1689.7418,6.6968)) {//LV return 1; } else if(PlayerToPoint(8.0,playerid,-1328.8250,2677.2173,49.7665) || PlayerToPoint(6.0,playerid,70.3882,1218.6783,18.5165)) {//LV return 1; } else if(PlayerToPoint(8.0,playerid,2113.7390,920.1079,10.5255) || PlayerToPoint(6.0,playerid,-1327.7218,2678.8723,50.0625)) {//LV return 1; } } return 0; } public IsAtFishPlace(playerid) { if(IsPlayerConnected(playerid)) { if(PlayerToPoint(1.0,playerid,403.8266,-2088.7598,7.8359) || PlayerToPoint(1.0,playerid,398.7553,-2088.7490,7.8359)) {//Fishplace at the bigwheel return 1; } else if(PlayerToPoint(1.0,playerid,396.2197,-2088.6692,7.8359) || PlayerToPoint(1.0,playerid,391.1094,-2088.7976,7.8359)) {//Fishplace at the bigwheel return 1; } else if(PlayerToPoint(1.0,playerid,383.4157,-2088.7849,7.8359) || PlayerToPoint(1.0,playerid,374.9598,-2088.7979,7.8359)) {//Fishplace at the bigwheel return 1; } else if(PlayerToPoint(1.0,playerid,369.8107,-2088.7927,7.8359) || PlayerToPoint(1.0,playerid,367.3637,-2088.7925,7.8359)) {//Fishplace at the bigwheel return 1; } else if(PlayerToPoint(1.0,playerid,362.2244,-2088.7981,7.8359) || PlayerToPoint(1.0,playerid,354.5382,-2088.7979,7.8359)) {//Fishplace at the bigwheel return 1; } } return 0; } public IsAtCookPlace(playerid) { if(IsPlayerConnected(playerid)) { if(PlayerToPoint(3.0,playerid,369.9786,-4.0798,1001.8589)) {//Cluckin Bell return 1; } else if(PlayerToPoint(3.0,playerid,376.4466,-60.9574,1001.5078) || PlayerToPoint(3.0,playerid,378.1215,-57.4928,1001.5078)) {//Burgershot return 1; } else if(PlayerToPoint(3.0,playerid,374.1185,-113.6361,1001.4922) || PlayerToPoint(3.0,playerid,377.7971,-113.7668,1001.4922)) {//Well Stacked Pizza return 1; } } return 0; } public IsAtBar(playerid) { if(IsPlayerConnected(playerid)) { if(PlayerToPoint(4.0,playerid,495.7801,-76.0305,998.7578) || PlayerToPoint(4.0,playerid,499.9654,-20.2515,1000.6797)) {//In grove street bar (with girlfriend), and in Havanna return 1; } else if(PlayerToPoint(4.0,playerid,1215.9480,-13.3519,1000.9219) || PlayerToPoint(10.0,playerid,-2658.9749,1407.4136,906.2734)) {//PIG Pen return 1; } else if(PlayerToPoint(5.0,playerid,1952.2104,1019.0295,992.4688)) { return 1; } else if(PlayerToPoint(10.0,playerid,1256.5969,-793.8616,1084.2344)) // Bar coiot { return 1; } { return 1;} } return 0; }[/pawn] Ai incercat sa rezolvi singur ?: Da Vedeti ca sunt mai multe erori la aia cu SendIRCMessage si OOCOff , dar nu inteleg de ce...
  10. Nu stiu ce n-am facut , e chestia ca nu reusesc sa scot dealership-ul , daca vrei / ma poti ajuta lasa-mi un id de contact
  11. Nick: TheodoR Problema: am incercat sa-mi scot dealership-ul implementat in gm de creatorul gm-ului original si nu resusesc. i-am sters toate comenzile si alea cu carsonserver si imi da 26 erori Erori / warnings: [pawn]C:\Users\TheodoR\Desktop\gamelife.pwn(4517) : error 004: function "IsAnOwnableCar" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4613) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4617) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4629) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4633) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4637) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4641) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4645) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4649) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4653) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4665) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4669) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4673) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4677) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4681) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4693) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4697) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4701) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4713) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4717) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4721) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(4725) : error 004: function "PlayerToPoint" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(5176) : error 017: undefined symbol "h" C:\Users\TheodoR\Desktop\gamelife.pwn(5223) : error 004: function "SendIRCMessage" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(5245) : error 004: function "SendIRCMessage" is not implemented C:\Users\TheodoR\Desktop\gamelife.pwn(5555) : error 004: function "OOCOff" is not implemented Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors. [/pawn] Lini/script: Ai incercat sa rezolvi singur ?: Da.
  12. Nick: TheodoR Problema: Am o problema cu acest dealership : http://www.sa-mp.ro/forum/index.php?topic=12269.0 De fiecare data cand ma urc intr-o masina (care nu apartine dealership-ului) imi zice ca aceasta masina este de vanzare , mentionez ca nu am umblat deloc in FS. Aici aveti o poza cum imi apare: Erori / warnings: - Linii/script: - Ai incercat sa rezolvi singur ?: da
  13. |The State|Banca LS|No-one|1462.395751|-1012.391174|26.843799|2305.688964|-16.088100|26.749599|20|5000000|100|0|1|0|9999607|100000|1
  14. Nick: TheodoR Problema: Nu pot deschide bizz-urile ... trebuie sa le cumpar ca sa poate fi deschise , ex: banca , armoury , cand dau /enter imi zice CLOSED ... stiti vreo comanda de admin cu care as putea deschide? mersi. Erori / warnings:- Linii/script:- Ai incercat sa rezolvi singur ?:da
  15. Nick: TheodoR Problema: Pawno nu mai compileaza , nu mai face nimic , cand apas F5 pur si simplu imi sta ecranu de compiler fara sa faca nimic Erori / warnings: - Lini/script: - Ai incercat sa rezolvi singur ?: - Aveti aici un screen :
  16. Nick: TheodoR Problema: Nu stiu cum sa schimb rasplata la job-uri Erori / warnings: - Linii/script: - Ai incercat sa rezolvi singur ?: :-?? Habarn-am am cautat pe google , dar niciun rezultat favorabil.
  17. Nick: theodor Problema: vreau si eu un speed fuel odometer ca acesta , nu gasesc nicaieri --> POZA : Erori / warnings: - Linii/script: - Ai incercat sa rezolvi singur ?: Am cautat , nu am gasit .. P.S : Nu am niciun textdraw cu fuel in GM.
  18. Nick: Theodor Problema: nu gasesc nicaieri un script care sa ma faca sa pot intra intr-o incapere cu F sau Enter inloc de /enter /exit Erori / warnings: - Linii/script: - Ai incercat sa rezolvi singur ?: Da , nu gasesc in niciun mod.
  19. Nick: TheodoR Problema: nu reusesc sa scot dealership-ul implantat in GM ... Erori / warnings: - Linii/script: - Ai incercat sa rezolvi singur ?: Da , nu reusesc.
  20. Cine ma poate ajuta cu un script ca acesta ? Mersi. Ma refer la speed / fuel
×
×
  • 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.