[Ajuda] SendFormatMsg
#1

Olб pessoal, Eu estou com o seguinte problema: Eu em busca de reduzir aquelas milhares de formataзхes de string do GameMode tentei criar uma funзгo:

pawn Код:
CallBack:SendFormatMsg(playerid, COLOR, Msg[], Parametros[]){
    new string[128];
    format(string, sizeof(string),Msg, Parametros);
    SendClientMessage(playerid, COLOR, string);
    return true;
}
Mas, tem um problema, se eu nгo usar os parametros tipo Exibir um nome na funзгo da o Warning por falta de parametros, teria alguma maneira de fazer esses parametros nгo serem obrigatуrios?. E outra se eu Getar mais de uma informaзгo no testo tambйm da Warning.
Reply


Messages In This Thread
SendFormatMsg - by MatheusAlcapone - 22.04.2013, 23:20
Respuesta: SendFormatMsg - by spell - 22.04.2013, 23:28
Re: SendFormatMsg - by MatheusAlcapone - 22.04.2013, 23:35
Re: SendFormatMsg - by Lуs - 22.04.2013, 23:39
Re: SendFormatMsg - by MatheusAlcapone - 22.04.2013, 23:41

Forum Jump:


Users browsing this thread: 1 Guest(s)