Jump to content
  • 0

wather


zroT

Question

13 answers to this question

Recommended Posts

[pawn]if(strcmp(cmdtext, "/apa", true) == 0)

    {

if (GetAnimationName(playerid))

{

SetPlayerHealth(playerid, 100);

GameTextForPlayer(playerid, "~r~+~w~100~r~HP", 5000, 1);

}

}[/pawn]

Help....

Cum verific daca playerul este in apa?

stats.php?page=2&ip=samp.zonek.ro&port=7777
Link to comment
Share on other sites

[pawn]if(strcmp(cmdtext, "/apa", true) == 0)

    {

if (GetAnimationName(playerid))

{

SetPlayerHealth(playerid, 100);

GameTextForPlayer(playerid, "~r~+~w~100~r~HP", 5000, 1);

}

}[/pawn]

Help....

Cum verific daca playerul este in apa?

sa pui  if(IsPlayerInRangeOfPoint(playerid, 4, 844.7395,-1045.7008,25.4302))

cordenatele de unde trebue sa beaa eu teas sfatui sa faci tu locuri speciale ca cu asa ceva ai sa te bati de cap sa pui cordenate

Link to comment
Share on other sites

Guest farse

[pawn]if(strcmp(cmdtext, "/apa", true) == 0)

{

    if(GetPlayerAnimationIndex(playerid))

    {

        new animlib[32];

        new animname[32];

        new msg[128];

        GetAnimationName(GetPlayerAnimationIndex(playerid),animlib,32,animname,32);

if (strcmp("SWIM",animlib)==0)

{

SetPlayerHealth(playerid, 100);

GameTextForPlayer(playerid, "~r~+~w~100~r~HP", 5000, 1);

}

}

}[/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.