Jump to content

kiLLers10

Membru
  • Posts

    92
  • Joined

  • Last visited

  • Days Won

    1

kiLLers10 last won the day on January 27 2021

kiLLers10 had the most liked content!

Profile Information

  • Level of knowledge
    Mediu

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

kiLLers10's Achievements

Collaborator

Collaborator (7/14)

  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter
  • First Post

Recent Badges

3

Reputation

  1. nu vreau sa fiu uracios dar este oribil 0/5
  2. Problema intalnita (descriere): Deci am o problema la restrictii , orice player care da G , il da afara din masina si zice ca nu face parte din acea factiune . doar la civili pt membri e ok .Ero(area / rile) / warning-(ul / urile):Liniile de cod / sursa / script-ul(obligatoriu): if(VLACAR(newcar)) { if(PlayerInfo[playerid][pMember] == 8 || PlayerInfo[playerid][pLeader] == 8) {} else//altfel , daca nu este nici lider 1 si nici member 1 { RemovePlayerFromVehicle(playerid); displayCenterHUDInfo(playerid, "Nu faci parte din factiunea ~w~Varios Los Aztecas~w~.", 8); } } Imagini / Video (optional):Ati incercat sa rezolvati singur?: da
  3. kiLLers10

    unknown

    [20:14:23] Loading plugin: profiler [20:14:23] Failed. asta nu se incarca
  4. la fel ... creste ... aici este codul complet . case 0: { DisablePlayerCheckpoint(playerid); SetPlayerCheckpoint(playerid, 2700.3777, -2388.7659, 13.7271, 3.0); PlayerTextDrawShow(playerid, InfoTD); SetTimer("DistantaTrucker",1000,1); Traseu[playerid] = 1; CPT[playerid] = 2; } public DistantaTrucker(playerid, Float:X, Float:Y, Float:Z) { new Float: fDistance = GetPlayerDistanceFromPoint(playerid, X, Y, Z)/100.0; new Str[100]; format(Str, 100, "~w~Mai ai de parcurs~w~ ~n~ ~y~(%0.1f km)", fDistance); //TextDrawSetString(InfoTD, Str); PlayerTextDrawSetString(playerid, InfoTD, Str); }
  5. la fel ... creste incontinuu
  6. te poti uita te rog ?

  7. erorare la aceasta linie TextDrawSetString(InfoTD[playerid], fDistance); D:\eXtraGaming\gamemodes\extragaming.pwn(12231) : error 028: invalid subscript (not an array or too many subscripts): "InfoTD" D:\eXtraGaming\gamemodes\extragaming.pwn(12231) : warning 215: expression has no effect D:\eXtraGaming\gamemodes\extragaming.pwn(12231) : error 001: expected token: ";", but found "]" D:\eXtraGaming\gamemodes\extragaming.pwn(12231) : error 029: invalid expression, assumed zero D:\eXtraGaming\gamemodes\extragaming.pwn(12231) : fatal error 107: too many error messages on one line
  8. Problema intalnita (descriere): Am o problema la acest script . dar in loc sa imi calculeze distanta din punctul unde sunt eu pana in checkpoint si sa imi scada din distanta mie imi creste .Ero(area / rile) / warning-(ul / urile):Liniile de cod / sursa / script-ul(obligatoriu): forward Distance(playerid, Float:X, Float:Y, Float:Z); public Distance(playerid, Float:X, Float:Y, Float:Z) { new Float: fDistance = GetPlayerDistanceFromPoint(playerid, X, Y, Z)/1000; new Str[100]; format(Str, 100, "~w~Mai ai %0.1f km de parcurs)", fDistance); //TextDrawSetString(InfoTD, Str); PlayerTextDrawSetString(playerid, InfoTD, Str); } Si aici este checkpoint-ul SetPlayerCheckpoint(playerid, 2700.3777, -2388.7659, 13.7271, 3.0); PlayerTextDrawShow(playerid, InfoTD); SetTimerEx("Distance", 1000, true, "iiii", playerid, X, Y, Z); Imagini / Video (optional):Ati incercat sa rezolvati singur?:
  9. am rezolvat . nu inchideti topicul va rog daca apare vreo problema voi reveni la el . mersi Джо ..
  10. nu merge . nu imi apare textdraw-ul
  11. if(GetPlayerVehicleID(playerid) == PlayerInfo[playerid][pCarKey] || GetPlayerVehicleID(playerid) == PlayerInfo[playerid][pCarKey2] || GetPlayerVehicleID(playerid) == PlayerInfo[playerid][pCarKey3] || GetPlayerVehicleID(playerid) == PlayerInfo[playerid][pCarKey4]) { GetPlayerName(playerid, sendername, sizeof(sendername)); new ownvehkey; if(GetPlayerVehicleID(playerid) == PlayerInfo[playerid][pCarKey]) { ownvehkey = PlayerInfo[playerid][pCarKey]; } else if(GetPlayerVehicleID(playerid) == PlayerInfo[playerid][pCarKey2]) { ownvehkey = PlayerInfo[playerid][pCarKey2]; } else if(GetPlayerVehicleID(playerid) == PlayerInfo[playerid][pCarKey3]) { ownvehkey = PlayerInfo[playerid][pCarKey3]; } else if(GetPlayerVehicleID(playerid) == PlayerInfo[playerid][pCarKey4]) { ownvehkey = PlayerInfo[playerid][pCarKey4]; } else if(GetPlayerVehicleID(playerid) == PlayerInfo[playerid][pCarKey5]) { ownvehkey = PlayerInfo[playerid][pCarKey5]; } else if(GetPlayerVehicleID(playerid) == PlayerInfo[playerid][pCarKey6]) { ownvehkey = PlayerInfo[playerid][pCarKey6]; } else if(GetPlayerVehicleID(playerid) == PlayerInfo[playerid][pCarKey7]) { ownvehkey = PlayerInfo[playerid][pCarKey7]; } else { return 1; } cum vine asta ?
×
×
  • 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.