Jump to content
  • 0

God


Deejaybwg

Question

6 answers to this question

Recommended Posts

Guest RockStar

SetPlayerHealth( playerid , 99999 );

Daca tot nu clipeste mareste numarul de noua ( 9 ) mai pune 1 , 2 pana "clipeste"...

Link to comment
Share on other sites

dute in FS de admin sau in GM si cauta comanda "/god" si pune viata xD daca nu o ai nicaieri fa o simpla comanda si pune in ea asta

SetPlayerHealth(playerid,100000);

sau si mai bine.. iati un sistem de admin. :) o sa apara in curand 0admin xd pana atunci foloseste ladmin sau luxadmin .

ll364l6j8dg3et84ks3w.png

Link to comment
Share on other sites

[pawn]

forward Ungod(playerid);

if (!strcmp(cmdtext, "/god", 4, true))

{

    SetPlayerHealth(playerid, Float:0x7F800000);

    SetTimerEx("Ungod", 150000, false, "i", playerid);

    return 1;

}

public Ungod(playerid)

{

    SetPlayerHealth(playerid, 100);

}

[/pawn]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.