Jump to content

Seby Ioan

Membru
  • Posts

    29
  • Joined

  • Last visited

Everything posted by Seby Ioan

  1. Salut! Astăzi am sa va prezint un nou sistem de pe comunitatea Flash RPG. Daca doriți îmi puteți lăsa un like și un comentariu, mă va ajuta enorm și o sa știu că sunt pe calea cea bună https://youtu.be/keIqHquAX4o
  2. Stai calm, eu l-am facut! Da, m-am inspirat de la rusi, dar te asigur ca eu l-am facut!
  3. Nu am spus ca l-am terminat. Am facut in mare si l-am pus aici sa da-ti o parere. Mersi !
  4. Salut, astazi o sa va prezint un job unic! Daca vreti sa fac un tutorial cum sa faceti acest sistem sau sa pun script-ul lasa-ti un like!
  5. Cum rezolv aceste warning-uri C:\Users\seby\Desktop\Flash RPG\gamemodes\gmm.pwn(2140) : warning 225: unreachable code C:\Users\seby\Desktop\Flash RPG\gamemodes\gmm.pwn(3787) : warning 219: local variable "string" shadows a variable at a preceding level Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 2 Warnings.
  6. cand pornesti xampp trebuie sa pornesti primele 3
  7. unde adaug? is incepator , iti multumesc mult ca ma ajuti
  8. format(string, sizeof(string), "Name: %s", GetName(playerid)); PlayerTextDrawSetString(playerid, LoginPTD[0], string); PlayerTextDrawSetString(playerid, LoginPTD[1], "Password:~b~click"); format(string, sizeof(string), "Last Login:~n~%s", laston); PlayerTextDrawSetString(playerid, LoginPTD[2], string); for(new i = 0; i < 3; i++) PlayerTextDrawShow(playerid, LoginPTD); for(new i = 0; i < 2; i++) TextDrawShowForPlayer(playerid, LoginTD); SelectTextDraw(playerid, 0xFFFFF00FF); ai skype cv sa vb acolo ?
  9. Nu aveam [MAX_PLAYERS] cand am definit loginptd dar acum dupa ce am bagat aia uite ce imi apare C:\Users\seby\Desktop\Flash RPG\gamemodes\gmm.pwn(2681) : error 017: undefined symbol "playertextid" C:\Users\seby\Desktop\Flash RPG\gamemodes\gmm.pwn(16822) : error 035: argument type mismatch (argument 2) C:\Users\seby\Desktop\Flash RPG\gamemodes\gmm.pwn(16823) : error 035: argument type mismatch (argument 2) C:\Users\seby\Desktop\Flash RPG\gamemodes\gmm.pwn(16825) : error 035: argument type mismatch (argument 2) C:\Users\seby\Desktop\Flash RPG\gamemodes\gmm.pwn(16827) : error 035: argument type mismatch (argument 2) C:\Users\seby\Desktop\Flash RPG\gamemodes\gmm.pwn(32991) : warning 217: loose indentation C:\Users\seby\Desktop\Flash RPG\gamemodes\gmm.pwn(33006) : warning 217: loose indentation C:\Users\seby\Desktop\Flash RPG\gamemodes\gmm.pwn(33010) : error 035: argument type mismatch (argument 2) C:\Users\seby\Desktop\Flash RPG\gamemodes\gmm.pwn(38440) : warning 203: symbol is never used: "CrateTD" Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
  10. new Text:LoginTD[2], PlayerText:LoginPTD[MAX_PLAYERS][3];
  11. stock PlayerTextdraws(playerid) { TestTD = CreatePlayerTextDraw(playerid, 307.332946, 1161.081542, "Testa"); PlayerTextDrawLetterSize(playerid, TestTD, 0.081666, 0.587852); PlayerTextDrawAlignment(playerid, TestTD, 1); PlayerTextDrawColor(playerid, TestTD, -1); PlayerTextDrawSetShadow(playerid, TestTD, 0); PlayerTextDrawSetOutline(playerid, TestTD, 0); PlayerTextDrawBackgroundColor(playerid, TestTD, 255); PlayerTextDrawFont(playerid, TestTD, 2); PlayerTextDrawSetProportional(playerid, TestTD, 1); PlayerTextDrawSetShadow(playerid, TestTD, 0); LoginPTD[playerid][0] = CreatePlayerTextDraw(playerid, 203.500000, 148.311035, "NAME:Edison"); PlayerTextDrawLetterSize(playerid, LoginPTD[playerid][0], 0.400000, 1.600000); PlayerTextDrawTextSize(playerid, LoginPTD[playerid][0], 434.000000, 0.000000); PlayerTextDrawAlignment(playerid, LoginPTD[playerid][0], 1); PlayerTextDrawColor(playerid, LoginPTD[playerid][0], -1); PlayerTextDrawUseBox(playerid, LoginPTD[playerid][0], 1); PlayerTextDrawBoxColor(playerid, LoginPTD[playerid][0], 255); PlayerTextDrawSetShadow(playerid, LoginPTD[playerid][0], 0);
  12. Am incercat sa fac login cu textdraw si cand compilez imi da asta C:\Users\seby\Desktop\Flash RPG\pawno\include\systems.inc(3893) : warning 215: expression has no effect C:\Users\seby\Desktop\Flash RPG\pawno\include\systems.inc(3893) : error 001: expected token: ";", but found "[" C:\Users\seby\Desktop\Flash RPG\pawno\include\systems.inc(3893) : error 029: invalid expression, assumed zero C:\Users\seby\Desktop\Flash RPG\pawno\include\systems.inc(3893) : warning 215: expression has no effect C:\Users\seby\Desktop\Flash RPG\pawno\include\systems.inc(3893) : error 001: expected token: ";", but found "]" C:\Users\seby\Desktop\Flash RPG\pawno\include\systems.inc(3893) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 4 Errors. uitati si linia LoginPTD[playerid][0] = CreatePlayerTextDraw(playerid, 227.900024, 194.162475, "PASSWORD: CLICK"); Va rog sa ma ajutati, dau +1
  13. Gm e burned, la maverick personal nu apare si odometer in spedometru...
  14. Gm e burned, doar la nrg nu scade
  15. Salut ma poate ajuta cnv sa fac comanda /server cu toate cele in ea?
  16. Salut, descarca server de samp dupa care ia cheestile alea din filterscript ls_beachside si punele in filterscript in folder-ul cu sv-ul tau dupa care intra in server.cfg si scrie filterscript ls_beachside
  17. Nu imi scade deloc fuel la masini cum rezolv?
  18. Cand intru in maverick-ul personal nu are odometer si nu merge sa il pornesc prin tasta 2 ci doar prin /engine cum pot rezolva?
×
×
  • 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.