Jump to content

Leonard

Administrator
  • Posts

    1,303
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by Leonard

  1. Explica-mi ce trebuie sa faca acea comanda, ca din ce ai zis tu mai sus, inteleg sa deschida o cutie tuturor jucatorilor, ceea ce ar cauza crash server-ului.
  2. Din cate am vazut, acest 'raindbow car' este doar pentru masinile personale. "cum fac cand un player iese de pe server sau da /rainbowstop sa ii lase culoarea pe care o avea inainte la masina" Pai, cand jucatorul se da jos din masina, setezi masinii respective culorile default de baza de date, cele pe care le avea inainte de a porni modul 'rainbow'.
  3. Problema a fost rezolvată. Topicul a fost închis!
  4. Problema a fost rezolvată. Topicul a fost închis!
  5. Problema a fost rezolvată. Topicul a fost închis!
  6. Problema a fost rezolvată. Topicul a fost închis!
  7. Problema a fost rezolvată. Topicul a fost închis!
  8. Problema a fost rezolvată. Topicul a fost închis!
  9. Daca ai cauta si tu putin pe google, ai gasii. Poftim: http://balkan-samp.com/forum/index.php?topic=113569.0
  10. Ti-am aratat, il adaugi la publicul OnDialogResponse. public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if( antiDialogExploit( inputtext ) ) return true; // dialogurile tale return true; }
  11. @@iPanter maybe no stock getPlayerName( playerid ) { new gName[ 32 ]; GetPlayerName( playerid, gName, sizeof gName ); return gName; } YCMD:spinpointsforall( playerid, params[], help ) { if( !PlayerInfo[ playerid ][ pAdmin ] ) return SCM( playerid, -1, "Nu ai admin" ); new points; if( sscanf( params, "i", points ) ) return SCM( playerid, -1, "/spinpointsforall <total points>" ); new gQuery[ 128 ], string[ 128 ]; foreach( new x : Player ) { if( IsPlayerConnected( x ) || x != INVALID_PLAYER_ID ) { format( string, sizeof string, "* Administratorul %s ti-a dat %d puncte de spin. (Total: %d)", getPlayerName( playerid ), points, PlayerInfo[ x ][ pSpinPoints ] ); SCM( x, COLOR_YELLOW, string ); PlayerInfo[ x ][ pSpinPoints ] = points; format( gQuery, sizeof gQuery, "UPDATE `users` SET `SpinPoints` = '%d' WHERE `id` = '%d'", PlayerInfo[ x ][ pSpinPoints ], PlayerInfo[ x ][ pSQLID ] ); mysql_tquery( SQL, gQuery ); } } format( string, sizeof string, "* Ai acordat %d puncte de spin tuturor jucatorilor online.", points ); SCM( x, COLOR_YELLOW, string ); return true; }
  12. @@WiNKs aia e o metoda veche rau. Take stock antiDialogExploit( leonard[] ) { new messLength = strlen( leonard ); for( new i; i < messLength; ++i ) { if( leonard[ i ] == '%' ) return true; } return false. } public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if( antiDialogExploit( inputtext ) ) return true; // dialogurile tale return true; }
  13. Acum va dau niste poze cu progesul facut in aproximativ 24ore iar timp de lucru 1 ora: https://imgur.com/a/PjzHTHQ
  14. Warn pentru topic total aiurea. Topic inchis.
  15. Problema a fost rezolvată. Topicul a fost închis!
  16. Problema a fost rezolvată. Topicul a fost închis!
  17. /** Template Name: Able Pro Responsive Bootstrap 4 Admin Template Author: Phoenixcoded Email: phoenixcoded@gmail.com File: main.css **/
  18. ......... poftim: https://www.youtube.com/watch?v=LpzWLbWCxbo
×
×
  • Create New...