STATS command.
#10

i change it!
Код:
    new string[64], pName[MAX_PLAYER_NAME];
    GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
    format(string,sizeof string,"SERVER: %s has joined the server.",pName);
    SendClientMessageToAll(0xFFFFFFAA,string);
    new IP;
    GetPlayerIp(playerid, IP, sizeof(IP));
    format(string,sizeof string,"SERVER: IP: %s",IP);
    format(string,sizeof(string),"SERVER: Kills: %i || Deaths: %i ",PlayerInfo[playerid][pKills], PlayerInfo[playerid][pDeaths]);
    SendClientMessage(0xFFFFFFAA,string);
Код:
I:\CokeTDM [0.3e]\gamemodes\NpTDM.pwn(484) : error 035: argument type mismatch (argument 2)
I:\CokeTDM [0.3e]\gamemodes\NpTDM.pwn(484) : error 035: argument type mismatch (argument 2)
I:\CokeTDM [0.3e]\gamemodes\NpTDM.pwn(487) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
Reply


Messages In This Thread
STATS command. - by Bug. - 27.10.2012, 14:32
Re: STATS command. - by gtakillerIV - 27.10.2012, 14:36
Re: STATS command. - by Bug. - 27.10.2012, 14:41
Re: STATS command. - by Bug. - 27.10.2012, 14:49
Re: STATS command. - by gtakillerIV - 27.10.2012, 14:54
Re: STATS command. - by Bug. - 27.10.2012, 14:56
Re: STATS command. - by gtakillerIV - 27.10.2012, 14:57
Re: STATS command. - by Bug. - 27.10.2012, 15:03
Re: STATS command. - by CmZxC - 27.10.2012, 15:05
Re: STATS command. - by Bug. - 27.10.2012, 15:07

Forum Jump:


Users browsing this thread: 2 Guest(s)