Jump to content
  • 0

intrebare la /hm


maciboss

Question

1 answer to this question

Recommended Posts

1.Mergi in joc dai /save unde vrei sa fie spawnzone

2.Mergi la MyDocuments/GTA San Andreas User Files/SAMP/savedpositions.txt

3.Copiezi coordonatele X, Y, Z

4.Mergi in GM la OnPlayerCommandText si scrii asta:

if ( strcmp( cmdtext, "/hm", true ) == 0 )
{
    if( IsPlayerInRangeOfPoint( playerid, ZONA DE ACOPERIR EX: 5.0, X, Y, Z )  )
    {
        SetPlayerHealth( playerid, 100 );
        SetPlayerArmour( playerid, 100 );
    }
    return 1;
}

Fara reclama in semnatura!

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.