[Ajuda] %d, %s, %x, %i ?
#1

Olб, boas..

Bom eu estou usando %d em uma format para enviar uma mensagem:


pawn Code:
new
            Float:VidaX1;

        VidaX1 = GetPlayerHealth(playerid);

format(gString, sizeof(gString), "[X1]: {00FF00}%s {FFFFFF}derrotou {00FF00}%s {FFFFFF}no X1! [Life Restantes: %d]", Nome(killerid), Nome(playerid));
Mas ele envia: [Life Restantes: 102381289734124]

Gostaria de saber como corrigir o mesmo...
Reply
#2

Como vida й considerado uma variбvel Float, vocк deve utilizar %.0f em vez de %d
Reply
#3

valeu FuneraL

Mais um problema

Warning:
Quote:

C:\---.pwn(11184) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Warning.

Linha:

pawn Code:
VidaX1 = GetPlayerHealth(playerid);
Reply
#4

https://sampwiki.blast.hk/wiki/Format

Entгo:

Code:
%d, %i = para inteiros
%f = floats 
%s = strings
Й sу oque vocк precisa saber para fazer um gamemode.

https://sampwiki.blast.hk/wiki/GetPlayerHealth
Reply
#5

Mee ajudem Nesse Topico! https://sampforum.blast.hk/showthread.php?tid=439494
Reply
#6

Quote:
Originally Posted by Gleisson_.
View Post
valeu FuneraL

Mais um problema

Warning:


Linha:

pawn Code:
VidaX1 = GetPlayerHealth(playerid);
pawn Code:
new Float:VidaX1 = GetPlayerHealth(playerid);
Reply
#7

pawn Code:
new Float:VidaX1;
GetPlayerHealth(playerid, VidaX1);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)