Jump to content

Gabriel19

Membru
  • Posts

    73
  • Joined

  • Last visited

    Never

Everything posted by Gabriel19

  1. posteaza tot ce ai la OnPlayerConnect
  2. Rezolvat! TC PS: Multumesc Mr.Big pentru ajutor dar era de la str trebuia 2971 nu 2970
  3. X:\SAMP\SAMP03~1.1\GAMEMO~1\sv-samp2.pwn(54558) : error 001: expected token: "-string end-", but found "-identifier-" X:\SAMP\SAMP03~1.1\GAMEMO~1\sv-samp2.pwn(54558) : warning 215: expression has no effect X:\SAMP\SAMP03~1.1\GAMEMO~1\sv-samp2.pwn(54558) : error 001: expected token: ";", but found "-identifier-" X:\SAMP\SAMP03~1.1\GAMEMO~1\sv-samp2.pwn(54558) : fatal error 107: too many error messages on one line Linia case 0: { new str[2970]; --> Linia 54558 format(str,2970,""color_red"Stunt/Race/Drift/Other v0.1"wh":\n"); format(str,2970,"%s"wh" \n",str); format(str,2970,"%s"wh"-"color_yellow"Caracteristica"wh": Aceasta este prima versiune a serverului deci nu e nimic de zis.\n",str); ShowPlayerDialog( playerid, DIALOG_VERSION+1, DIALOG_STYLE_MSGBOX, ""color_yellow"• Version •", str, "Iesi", "" ); }
  4. Gabriel19

    Erori

    salut imi da erorile acestea si nu imi pot da seama ce are X:\SAMP\SAMP03~1.1\GAMEMO~1\sv-samp2.pwn(54558) : error 001: expected token: "-string end-", but found "-identifier-" X:\SAMP\SAMP03~1.1\GAMEMO~1\sv-samp2.pwn(54558) : error 017: undefined symbol "color_red" X:\SAMP\SAMP03~1.1\GAMEMO~1\sv-samp2.pwn(54558) : warning 215: expression has no effect X:\SAMP\SAMP03~1.1\GAMEMO~1\sv-samp2.pwn(54558) : error 001: expected token: ";", but found "-identifier-" X:\SAMP\SAMP03~1.1\GAMEMO~1\sv-samp2.pwn(54558) : fatal error 107: too many error messages on one line Linia case 0: { new str[2970]; format(str,2970,""color_red"Stunt/Race/Drift/Other v0.1"wh":\n"); format(str,2970,"%s"wh" \n",str); format(str,2970,"%s"wh"-"color_yellow"Caracteristica"wh": Aceasta este prima versiune a serverului deci nu e nimic de zis.\n",str); ShowPlayerDialog( playerid, DIALOG_VERSION+1, DIALOG_STYLE_MSGBOX, ""color_yellow"• Version •", str, "Iesi", "" ); }
  5. Si cam cum ar trebui sa arate ca nu am ideie ? Multumesc!
  6. Nu imi apare ultima logare public OnPlayerRequestClass(playerid, classid) { if (RegistrationStep[playerid] == 0 && gPlayerLogged[playerid] != 1) { if (gPlayerAccount[playerid] != 0) { gPlayerAccount[playerid] = 1; new loginstring[500]; new loginname[64]; GetPlayerName(playerid,loginname,sizeof(loginname)); new lastlogin[64]; lastlogin = PlayerInfo[playerid][pLastLogin]; format(loginstring,sizeof(loginstring),"{BECBFC}Welcome back, {95A3FF}%s{BECBFC}!\n\nPlease enter your password below to login to your account. \n\n{FFFFFF}* Last Login: %s *",loginname,lastlogin); ShowPlayerDialog(playerid,12346,DIALOG_STYLE_INPUT,"Login",loginstring,"Login","Exit"); } else { gPlayerAccount[playerid] = 0; new regstring[256]; new regname[64]; GetPlayerName(playerid,regname,sizeof(regname)); format(regstring,sizeof(regstring),"{BECBFC}Welcome, {95A3FF}%s{BECBFC}! \n\nThis name is not registered so please register with entering a password below.\n\n{C11B17}You should choose a strong password, between 6 and 32 characters.",regname); ShowPlayerDialog(playerid,12345,DIALOG_STYLE_INPUT,"Register",regstring,"Register","Exit"); } SetPlayerCameraPos(playerid, 1230.90, -1287.72, 254.17); } return 1; }
  7. Posteaza aci http://www.sa-mp.ro/forum/index.php/topic,5356.0.html
  8. Sunt greseli de scriping de ex : ai uitat sa pui undeva " ;"
  9. 2.Nu mi se vad mapele pe Serer:| [is cu Createdynamicobject nu Createobject :|] am xstreamo.. iar fs unde sunt mapele numeste Objects.. Si knd deschid sv in consola imi arata asa: Unable to ejectus Objects.amx :| incearca cu MidoStream si le denumesti CreateStreamObject si la plugins pui streamer
  10. Salut as avea si eu o intrebare Cum pot face asa ceva? http://postimage.org/image/b10yw9us/ Multumesc!
  11. Frumos 5/5 dar problema e ca nu se misca sta pe loc :|
  12. Cauta linia if(TutTime[i] >= 1)
  13. Text draw si mai scrie jos cate banuri au fost date ....
  14. Buna Ziua! , As avea si eu nevoie de un mic ajutor daca se poate:D Imi puteti spune cu pot face si eu asaceva? http://img809.imageshack.us/i/samp005d.png/ Multumesc Frumos!
  15. Am dat F9 si mi-a aparut aceste erori daca mati putea ajuta as fi cel mia recunascator Multumesc!! C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~1\GAMEMO~1\ROLE-P~1.PWN(2002) : error 004: function "SetPlayerToTeamColor" is not implemented C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~1\GAMEMO~1\ROLE-P~1.PWN(2027) : error 004: function "SetPlayerToTeamColor" is not implemented C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~1\GAMEMO~1\ROLE-P~1.PWN(2098) : error 004: function "PlayerToPoint" is not implemented C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~1\GAMEMO~1\ROLE-P~1.PWN(2102) : error 004: function "PlayerToPoint" is not implemented C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~1\GAMEMO~1\ROLE-P~1.PWN(2114) : error 004: function "PlayerToPoint" is not implemented C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~1\GAMEMO~1\ROLE-P~1.PWN(2118) : error 004: function "PlayerToPoint" is not implemented C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~1\GAMEMO~1\ROLE-P~1.PWN(2122) : error 004: function "PlayerToPoint" is not implemented C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~1\GAMEMO~1\ROLE-P~1.PWN(2126) : error 004: function "PlayerToPoint" is not implemented C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~1\GAMEMO~1\ROLE-P~1.PWN(2130) : error 004: function "PlayerToPoint" is not implemented C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~1\GAMEMO~1\ROLE-P~1.PWN(2134) : error 004: function "PlayerToPoint" is not implemented C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~1\GAMEMO~1\ROLE-P~1.PWN(2138) : error 004: function "PlayerToPoint" is not implemented C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~1\GAMEMO~1\ROLE-P~1.PWN(2150) : error 004: function "PlayerToPoint" is not implemented C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~1\GAMEMO~1\ROLE-P~1.PWN(2154) : error 004: function "PlayerToPoint" is not implemented C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~1\GAMEMO~1\ROLE-P~1.PWN(2158) : error 004: function "PlayerToPoint" is not implemented C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~1\GAMEMO~1\ROLE-P~1.PWN(2162) : error 004: function "PlayerToPoint" is not implemented C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~1\GAMEMO~1\ROLE-P~1.PWN(2166) : error 004: function "PlayerToPoint" is not implemented C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~1\GAMEMO~1\ROLE-P~1.PWN(2178) : error 004: function "PlayerToPoint" is not implemented C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~1\GAMEMO~1\ROLE-P~1.PWN(2182) : error 004: function "PlayerToPoint" is not implemented C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~1\GAMEMO~1\ROLE-P~1.PWN(2186) : error 004: function "PlayerToPoint" is not implemented C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~1\GAMEMO~1\ROLE-P~1.PWN(2198) : error 004: function "PlayerToPoint" is not implemented C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~1\GAMEMO~1\ROLE-P~1.PWN(2202) : error 004: function "PlayerToPoint" is not implemented C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~1\GAMEMO~1\ROLE-P~1.PWN(2949) : error 004: function "SendIRCMessage" is not implemented C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~1\GAMEMO~1\ROLE-P~1.PWN(2971) : error 004: function "SendIRCMessage" is not implemented C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~1\GAMEMO~1\ROLE-P~1.PWN(2983) : error 004: function "SaveCK" is not implemented C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~1\GAMEMO~1\ROLE-P~1.PWN(3013) : error 004: function "SavePapers" is not implemented C:\DOCUME~1\ADMINI~1\Desktop\NEWFOL~1\GAMEMO~1\ROLE-P~1.PWN(3044) : error 004: function "SaveFamilies" is not implemented Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 26 Errors.
  16. Cum scot MYSQL+PHP* din acest fs ? ca sincer nu ma pricep http://forum.sa-mp.com/showthread.php?t=98074 Multumesc frumos pentru ajutor!
  17. http://forum.sa-mp.com/showthread.php?t=182923&highlight=SpeedoMeter
  18. Am gasit eu o comanda } else if (strcmp("/park", cmd, true, 10) == 0) { if (IsPlayerInVehicle(playerid,Carlist[playerid][Carid])) { GetVehiclePos(Carlist[playerid][Carid],Carlist[playerid][X],Carlist[playerid][Y],Carlist[playerid][Z]); GetVehicleZAngle(Carlist[playerid][Carid],Carlist[playerid][Rotation]); SendClientMessage(playerid, COLOR_GREEN, "Saved car position!"); } else { SendClientMessage(playerid, COLOR_GREY, "That is not your car!"); } return 1; } dar cum o adaug :| Va rog frumos ajutatima
  19. Salut as dori si eu un mic ajutor cu 2 comenzi nu reusesc sa fac daca mati putea ajuta ar fi foarte frumos Multumesc ! #include <a_samp> //cars new sinbadcar; //icons new sinbad; //colors #define red 0xFF0000AA #define green 0x33FF33AA #define yellow 0xFFFF00AA public OnFilterScriptInit() { print("************************************"); print("* *"); print("* ----------------------- *"); print("* | Private Cars V 1.0 | *"); print("* ----------------------- *"); print("* *"); print("* *"); print("************************************"); //add cars here sinbadcar = AddStaticVehicle(418,1144.1190,-1445.1765,15.9024,180.0627,108,108); // [ECA]Sinbad's Car return 1; } public OnPlayerStateChange(playerid,newstate, oldstate) { new vehicleid = GetPlayerVehicleID(playerid); new pname[MAX_PLAYER_NAME]; GetPlayerName(playerid,pname,sizeof pname); if (newstate == PLAYER_STATE_DRIVER) { if (vehicleid == sinbadcar) { if(strcmp(pname,"[ECA]Sinbad",true) ==0) { { SendClientMessage(playerid,green,"Welcome back to your private vehicle Admin Sinbad"); } return 1; } else { RemovePlayerFromVehicle(playerid); SendClientMessage(playerid,red,"This PRIVATE Vehicle belongs to [ECA]Sinbad, you cannot drive this vehicle"); } } } return 1; Deci daca puteti sa ma ajutati cu comanda /park si /locatecar nu reusesc deloc Multumesc frumos
  20. Am o problema mare de tot ( Deci fac un cont pe nume Alex bag parola stau sa zicem 2-3 minute pe server ies intru peste o ora bag parola gresit si ma loghiaza dece? nu trebuia sa zica ca am gresit parola?
  21. Cum fac sa apra si la mine pe sv "Romania....." in culori si versiunea sv? ca in imagine ma refer Multumesc! http://img.b-zone.ro/images/99455446439609140725.bmp
×
×
  • 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.