[Ajuda] number of arguments does not match definition
#3

Quote:
Originally Posted by XandyMello
Посмотреть сообщение
pawn Код:
format(str5,sizeof(str5),"~y~IP:~w~ %s~n~~y~ID:~w~ %d~n~~y~Nick:~w~ %s~n~~y~Vida:~w~ %.1f~n~~y~Colete:~w~ %.1f~n~~y~Dinheiro:~w~ R$%d~n~~y~Velocidade:~w~ %d~n~~y~Arma:~w~ %s~n~~y~Municao:~w~ %d~n~~y~Ping:~w~ %d",
plrIP,
targetid,
PlayerName(targetid),
health,
plrarmour,
cash,
GetPlayerSpeed(targetid, true));

@Edit
pawn Код:
new velocidade;
velocidade = GetPlayerSpeed(targetid, true);
format(str5,sizeof(str5),"~y~IP:~w~ %s~n~~y~ID:~w~ %d~n~~y~Nick:~w~ %s~n~~y~Vida:~w~ %.1f~n~~y~Colete:~w~ %.1f~n~~y~Dinheiro:~w~ R$%d~n~~y~Velocidade:~w~ %d~n~~y~Arma:~w~ %s~n~~y~Municao:~w~ %d~n~~y~Ping:~w~ %d",
plrIP,
targetid,
PlayerName(targetid),
health,
plrarmour,
cash,
velocidade,
armatext,
smunicao,
plrping);
TextDrawSetString(gpss[i], str5);
TextDrawShowForPlayer(i, gpss[i]);
agora tem 3 avisos '-', pra que esse velocidade? isso nem tб sendo usado "symbol is never used".


O problema persiste. Alguйm?
Reply


Messages In This Thread
number of arguments does not match definition - by bombomloko - 07.02.2016, 18:46
Re: number of arguments does not match definition - by XandyMello - 07.02.2016, 23:03
Re: number of arguments does not match definition - by bombomloko - 10.02.2016, 01:46
Re: number of arguments does not match definition - by Delete_ - 10.02.2016, 02:07
Re: number of arguments does not match definition - by bombomloko - 10.02.2016, 02:14
Re: number of arguments does not match definition - by ERICcartmanN - 10.02.2016, 14:42

Forum Jump:


Users browsing this thread: 1 Guest(s)