Jump to content

kiLLers

Membru
  • Posts

    38
  • Joined

  • Last visited

    Never

Recent Profile Visitors

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

kiLLers's Achievements

Contributor

Contributor (5/14)

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

Recent Badges

0

Reputation

  1. Salutare SA-MP.com , am si eu o problema cu care sper sa ma ajutati . Bun deci am un sistem de masini personale si am comanda setplate , cand dau setplate se pune un text 3d pe maasina si pe placuta pana aici e totu ok , dupa maxim 2 minute dispare 3d text si ramane doar placuta . Dupa restart dispare 3d si ramane doar placuta cum pot face sa ramana 3d textu acolo si dupa ce dau restart ... ?
  2. kiLLers

    Primarie

    Cum vi se pare din poze ?:-? [img width=500 height=375] [img width=500 height=375]
  3. ai selectat PAWN CODE For SA:MP ?
  4. kiLLers

    MapIcon

    ar putea fii de la streamer dar nu stiu sigur. incearca un update la streamer:)
  5. Ce nu e corect in acest script ?:| cand dau /incarcare nu se pune obiectu pe masina :| din ce cauza oare ? public OnPlayerCommandText(playerid, cmdtext[]) { if(strcmp("/incarcare", cmdtext, true, 10) == 0) { new carid = GetPlayerVehicleID(playerid); if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 578) { new objectid = CreateObject(1500, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000, 0.0000); AttachObjectToVehicle(1500, 578, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0); ToysJob[playerid] = 1; new name[MAX_PLAYER_NAME], string[90]; GetPlayerName(playerid, name, sizeof(name)); format(string, sizeof(string), "* %s Distribute Toys.", name ); SendClientMessageToAll(COLOR_AQUA, string); SetPlayerCheckpoint(playerid,2349.7988,-1411.4089,23.9922,4); SendClientMessage(playerid,COLOR_YELLOW,"* Go to these points Red on mapa!"); SendClientMessage(playerid,COLOR_RED,"* And be careful not to lose! * Trailer *!"); return 1; } SendClientMessage(playerid, COLOR_RED,"Only Toys car Start jobs!"); } return 0; }
  6. unde e linia cu masina create addstaticvehicle sau createvehicle si la sfarsit ai -1,-1 alea is culorile masinii
  7. kiLLers

    Intrebare

    doar in gm pot fi comenzi
  8. [pawn] if(CarInfo[newcar][cOwned]==0) { TogglePlayerControllable(playerid, 0); format(string,sizeof(string),"~w~Vehicle: %s~n~Price: ~g~%d~n~~w~/v buy to buy this vehicle~n~~r~/exit ~w~to exit this vehicle",CarInfo[newcar][cDescription],CarInfo[newcar][cValue]); GameTextForPlayer(playerid,string,5000,5); } if(CarInfo[newcar][cOwned]>=1) { format(string,sizeof(string), "{FFFFFF} Acest vehicul este detinut de: {4678B3} %s",CarInfo[newcar][cOwner]); SendClientMessage(playerid, COLOR_BLUE, string); format(string,sizeof(string),"Type: /carhelp to see the commands."); SendClientMessage(playerid, COLOR_WHITE, string); if(PlayerInfo[playerid][pPcarkey] == vehicle) { } else if(PlayerInfo[playerid][pPcarkey2] == vehicle) { } else { if(PlayerInfo[playerid][pAdmin] >= 5 && AdminDuty[playerid] == 1) { SendClientMessage(playerid, COLOR_GREY, " You can drive this car because you are admin on duty !"); } else { RemovePlayerFromVehicle(playerid); SendClientMessage(playerid, COLOR_GREY, "{9B9D9E} Nu deti setul de chei pentru aceasta masina."); } } } }[/pawn] cum pot pune aici cand masina este cumparata sa scrie cu text 3D Proprietar: %s si cand e de vanzare sa scrie Masina de vanzare ....plz daca stie cnva
  9. Attach3DTextLabelToVehicle unde e ?
  10. cu ce vrei sa te ajutam daca tu nu dai liniile ?:|
  11. Mersi mult Razvan . Nu stiam de functia asta pana acum . Puteti da T/C .
  12. Salutare . Am si eu o problema . Deci, de ex. cand intru intr-un interior cu masina, aceasta apare invizibila, dar totusi eu sunt inca pe ea si o pot conduce . Ce ar trebui sa adaug la comanda de enter ca sa apara masina normal .. ?
×
×
  • 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.