Jump to content

ionutuidumanu

Membru
  • Posts

    70
  • Joined

  • Last visited

    Never

About ionutuidumanu

  • Birthday 12/06/1993

ionutuidumanu's Achievements

Enthusiast

Enthusiast (6/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Nu se mai poate face ca imi trebiua ca e cam singuru 3dspeedometer pe carel am..
  2. Ms mult SPEEDY am rezolvat :grin:
  3. Am colorat un carmenuhttp://imageshack.us/photo/my-images/41/samp035pl.png/,dar cand de ex intru in meniul "bikes" si dau back nu mai apare colorathttp://imageshack.us/photo/my-images/143/samp036va.png/
  4. tot degaba ca nu dispare firar mama lui la turci.... :sad:
  5. Da lam pus dispare cand ies din masina dar dupa ce ma urc iar in masina nu mai apare,stuntman eu nu aveam deloc public OnPlayerExitVehicle(playerid, vehicleid) sau public OnPlayerExitVehicle( vehicleid) lam adaugat eu Uite doar asta are fs inafar de masini: new PlayerText3D:speedo3Dtext; new Speedoff; public OnFilterScriptInit() { Speedoff = SetTimer("Speed", 500, 1); return 1; } forward Speed(); public Speed() { for(new p = 0; p < GetMaxPlayers(); p++) if(IsPlayerConnected(p) && !IsPlayerNPC(p)) { new vehicleid = GetPlayerVehicleID(p); if(vehicleid) { new string[128], Float:X, Float:Y, Float:Z, Float:PointToPoint, Float:vhealth; GetVehicleVelocity(vehicleid, X, Y, Z); PointToPoint = (floatsqroot(floatpower(X, 2) + floatpower(Y, 2) + floatpower(Z, 2)))*100; GetVehicleHealth(vehicleid,vhealth); format(string,sizeof string ,"{F81414}Masina: %s\n{F3FF02}Rezistenta: %.2f\n{0049FF}Viteza: %ikm/h", VehicleName[GetVehicleModel(vehicleid)-400], vhealth, floatround(PointToPoint, floatround_floor)); DeletePlayer3DTextLabel(p, speedo3Dtext); speedo3Dtext = CreatePlayer3DTextLabel(p, string, speedcolor, 0.0,-1.6,-0.35,20.0, INVALID_PLAYER_ID, vehicleid); } else if(p) { DeletePlayer3DTextLabel(p, speedo3Dtext); } } } public OnFilterScriptExit() { KillTimer(Speedoff); for(new p = 0; p < GetMaxPlayers(); p++) DeletePlayer3DTextLabel(p, speedo3Dtext); return 1; }
  6. Am pus dar dispare o secunda si apare iar.. new PlayerText3D:speedo3Dtext; new Speedoff; public OnFilterScriptInit() { Speedoff = SetTimer("Speed", 500, 1); return 1; } public OnPlayerExitVehicle(playerid, vehicleid) { DeletePlayer3DTextLabel( playerid, speedo3Dtext ); return 1; } forward Speed(); public Speed() { for(new p = 0; p < GetMaxPlayers(); p++) if(IsPlayerConnected(p) && !IsPlayerNPC(p)) { new vehicleid = GetPlayerVehicleID(p); if(vehicleid) { new string[128], Float:X, Float:Y, Float:Z, Float:PointToPoint, Float:vhealth; GetVehicleVelocity(vehicleid, X, Y, Z); PointToPoint = (floatsqroot(floatpower(X, 2) + floatpower(Y, 2) + floatpower(Z, 2)))*100; GetVehicleHealth(vehicleid,vhealth); format(string,sizeof string ,"{F81414}Masina: %s\n{F3FF02}Rezistenta: %.2f\n{0049FF}Viteza: %ikm/h", VehicleName[GetVehicleModel(vehicleid)-400], vhealth, floatround(PointToPoint, floatround_floor)); DeletePlayer3DTextLabel(p, speedo3Dtext ); speedo3Dtext = CreatePlayer3DTextLabel(p, string, speedcolor, 0.0,-1.6,-0.35,20.0, INVALID_PLAYER_ID, vehicleid); } else if(p) { DeletePlayer3DTextLabel(p, speedo3Dtext); } } } public OnFilterScriptExit() { KillTimer(Speedoff); for(new p = 0; p < GetMaxPlayers(); p++) DeletePlayer3DTextLabel(p, speedo3Dtext); return 1; }
  7. Eu la asta trb sa modific ca sa dispara.. public OnFilterScriptExit() { KillTimer(Speedoff); for(new p = 0; p < GetMaxPlayers(); p++) DeletePlayer3DTextLabel(p, speedo3Dtext); return 1; }
  8. Te rog fami tu ai asa ca mie imi da eroare asta C:\Documents and Settings\All Users\Documents\In Lucru\Best\Server RCD\filterscripts\speedo.pwn(52) : error 017: undefined symbol "i" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error. Ai ce am eu in spedometer mai sus
  9. deci cum fac ca nu inteleg....
  10. C:\Documents and Settings\All Users\Documents\In Lucru\Best\Server RCD\filterscripts\speedo.pwn(46) : error 017: undefined symbol "playerid" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
  11. Am un fs cu 3dspedometer vreau cand ies din masina sa dispara ca imi ramane acolo pe masina pana iau alta Poftim liniile public OnFilterScriptInit() { Speedoff = SetTimer("Speed", 500, 1); return 1; } forward Speed(); public Speed() { for(new p = 0; p < GetMaxPlayers(); p++) if(IsPlayerConnected(p) && !IsPlayerNPC(p)) { new vehicleid = GetPlayerVehicleID(p); if(vehicleid) { new string[128], Float:X, Float:Y, Float:Z, Float:PointToPoint, Float:vhealth; GetVehicleVelocity(vehicleid, X, Y, Z); PointToPoint = (floatsqroot(floatpower(X, 2) + floatpower(Y, 2) + floatpower(Z, 2)))*100; GetVehicleHealth(vehicleid,vhealth); format(string,sizeof string ,"{F81414}Masina: %s\n{F3FF02}Rezistenta: %.2f\n{0049FF}Viteza: %ikm/h", VehicleName[GetVehicleModel(vehicleid)-400], vhealth, floatround(PointToPoint, floatround_floor)); DeletePlayer3DTextLabel(p, speedo3Dtext); speedo3Dtext = CreatePlayer3DTextLabel(p, string, speedcolor, 0.0,-1.6,-0.35,20.0, INVALID_PLAYER_ID, vehicleid); } else if(p) { DeletePlayer3DTextLabel(p, speedo3Dtext); } } }
  12. Pune la inceput adica fileterscript neon eu asa aveam la un FS imi disparea dialogul pana lam pus primu la filterscript
  13. Folosesc Ladmin4v2 da sunt cam aceleasi culori nu cred ca mere daca iau din ladmin4v2
  14. http://imageshack.us/photo/my-images/809/samp033g.png/
  15. sa:mp 0.3c folosesc...
×
×
  • 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.