[Pedido] Ao matar sendmsgclient
#5

Quote:
Originally Posted by luccagomes15
Посмотреть сообщение
D:\Documents and Settings\Administrator\Desktop\RPG\Gamemodes\ULTRA 2.pwn(17274) : error 035: argument type mismatch (argument 2)

SendClientMessage(killerid, "Vocк matou %s", nomemorto);


E o seu antigo assim
pawn Код:
new PT[70],
        killername[MAX_PLAYER_NAME],
        mortonome[MAX_PLAYER_NAME],
        armanome[32];
    GetWeaponName(reason, armanome, sizeof (armanome));
    GetPlayerName(playerid, mortonome, MAX_PLAYER_NAME);
    GetPlayerName(killerid, killername, MAX_PLAYER_NAME);
    format(PT,sizeof(PT), "%s foi morto por %s, com a arma %s", mortonome, killername, armanome);
    SendClientMessageToAll(COLOR_WHITE, PT);
Compilou sem erros, mas no jogo....

Qnd matei o Lucas apareceu isso:

Lucas foi morto por , com a arma
e quando eu morri apareceu
Pedro foi morto por , com a arma

@PT
Mude o
Quote:

SendClientMessageToAll

Por
Quote:

SendClientMessage

Reply


Messages In This Thread
Ao matar sendmsgclient - by luccagomes15 - 21.11.2013, 11:21
Re: Ao matar sendmsgclient - by DannielCooper - 21.11.2013, 12:07
Re: Ao matar sendmsgclient - by PT - 21.11.2013, 14:27
Re: Ao matar sendmsgclient - by luccagomes15 - 21.11.2013, 15:26
Re: Ao matar sendmsgclient - by Catchorro - 21.11.2013, 15:31
Re: Ao matar sendmsgclient - by PT - 21.11.2013, 17:00
Re: Ao matar sendmsgclient - by maikons - 22.11.2013, 01:15
Re: Ao matar sendmsgclient - by PT - 22.11.2013, 10:15
Re: Ao matar sendmsgclient - by DannielCooper - 22.11.2013, 11:27
Re: Ao matar sendmsgclient - by luccagomes15 - 22.11.2013, 13:25

Forum Jump:


Users browsing this thread: 3 Guest(s)