Jump to content
  • 0

Putin Ajutor!


ReaxoR

Question

2 answers to this question

Recommended Posts


Salut,prima data trebuie sa setezi pickup-ul dorit ( http://weedarr.wikidot.com/pickups ),mergi in joc si dai /save pickup inima(spre exemplu).Ok,acum intrii in My Documents>>GTA San Andreas User Filles>>SAMP>>savepositions.Intri in acel notepad si iei de acolo coordonatele.Le pui in modul tau si faci dupa sa iti dea banii cand treci prin acel pickup.

Eu pana aici te-am ajutat,normal nu trebuia sa te ajut deoarece este interzis sa ceri scripturi/moduri etc...Citeste regulamentul si revino dupa.

Succes!

 

 

Link to comment
Share on other sites

[pawn]CreatePickup(1212, 2, COORDONATA X, COORDONATA Y,  COORDONATA Z, -1);[/pawn]

[pawn]SetTimer("PickupCheck", 1000, true);[/pawn]

[pawn]forward PickupCheck();

public PickupCheck()

{

for(new i=0;i<=MAX_PLAYERS;i++)

{

if(IsPlayerInRangeOfPoint(playerid, 1.0, COORDONATA X, COORDONATA Y, COORDONATA Z))

{

GivePlayerMoney(playerid, suma);

{

}

return 1;

}[/pawn]

Scriptul este facut pe loc, nu stiu daca va functiona din prima

Rate me :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • 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.