[DUDA] "%d" de Float:Vida?
#1

pawn Код:
new Float:VidaN;
GetPlayerHealth(i,VidaN);
format(String, sizeof(String), "Vida Actual NPC:/*Acб que pongo? Con "%d" me sale: 1120403456*/",i,VidaN)
Reply
#2

GetPlayerHealth retorna un valor float.

Si usamos format y queremos mostrar un float, usamos "%f"

pawn Код:
format(String, sizeof(String), "Vida Actual NPC: %f", VidaN)
Espero que sea eso.
Reply
#3

Quote:
Originally Posted by EduGTA
Посмотреть сообщение
GetPlayerHealth retorna un valor float.

Si usamos format y queremos mostrar un float, usamos "%f"

pawn Код:
format(String, sizeof(String), "Vida Actual NPC: %f", VidaN)
Espero que sea eso.
Si era eso y funciona, gracias.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)