[Ajuda] Cуdigo
#1

bom galera eu quero fazer um comando assim o, /pinfo e assim tipo vai aparecer a vida e colete da pessoa no comando e conforme ela vai perdendo vida/colete, no comando vai aparecendo que ele ta perdendo, se alguйm poder me ajudar fico grato ! podem me passar as coordenadas se nгo entenderam comentem que eu tento explicar melhor
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=482364

Achei na board inglesa .
Reply
#3

Quote:
Originally Posted by SkullGamer
Посмотреть сообщение
nгo e isso cara, vou achar um print aqui para vocк ver
Reply
#4

Ok, quando achar poste aqui. -.-'
Reply
#5

Achei este print sу que eu quero que aparece apenas vida e colete, e um comando
Reply
#6

ae amigo pra que ficar criando vбrios tуpicos jб te ajudei nesse aqui https://sampforum.blast.hk/showthread.php?tid=514673 volta nele e visualiza
Reply
#7

Ahhh, entendi. isso й simples .

PHP код:
CMD:pstats(playerid)
{
    new 
Float:VidaFloat:Colete;
    new 
string[128];
    
GetPlayerHealth(playerid,Vida);
    
GetPlayerArmour(playerid,Colete);
    
format(string,sizeof(string),"Vida:%.3f Colete: %.3f",Vida,Colete);
    
SendClientMessage(playerid, -1string)
    return 
1;

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

Estude !
Reply
#8

Quote:
Originally Posted by SkullGamer
Посмотреть сообщение
Ahhh, entendi. isso й simples .

PHP код:
CMD:pstats(playerid)
{
    new 
Float:VidaFloat:Colete;
    new 
string[128];
    
GetPlayerHealth(playerid,Vida);
    
GetPlayerArmour(playerid,Colete);
    
format(string,sizeof(string),"Vida:%.3f Colete: %.3f",Vida,Colete);
    
SendClientMessage(playerid, -1string)
    return 
1;

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

Estude !
Obrigado
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)