Szerző Téma: GetPlayerHealth HELP!!!  (Megtekintve 824 alkalommal)

GetPlayerHealth HELP!!!
« Dátum: 2011. Március 12. - 07:16:52 »
0 Show voters
Hello.
Az lenne a kérdésem ez mér  nem mükszik???
 

if (strcmp(\"/elet\", cmdtext, true, 10) == 0)
{
    new Float:health;
    new string[48];
    format(string, sizeof(string), \"neked  most :%i életed van....\", GetPlayerHealth(playerid,health));
    SendClientMessage(playerid, 0xFFFFFFAA, string);
    return 1;
}

 
IceMan: Máskor, ha kódot szúrsz be, akkor használd a  [ code ] [ /code ] -t !
« Utoljára szerkesztve: 2011. Március 12. - 11:31:51 írta IceMan™ »

Nem elérhető Black

GetPlayerHealth HELP!!!
« Válasz #1 Dátum: 2011. Március 12. - 07:52:44 »
0 Show voters

if (strcmp(\"/elet\", cmdtext, true, 10) == 0)
{
new Float:health;
new string[48];
health = GetPlayerHealth(playerid, health);
format(string, sizeof(string), \"neked  most :%i életed van....\", health);
SendClientMessage(playerid, 0xFFFFFFAA, string);
return 1;
}
« Utoljára szerkesztve: 2011. Március 12. - 07:56:33 írta Black »

GetPlayerHealth HELP!!!
« Válasz #2 Dátum: 2011. Március 13. - 18:10:30 »
0 Show voters
Köszke.......
Zárok..

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal