Showplayerstats ^^,
#1

Hi, i was create my playerstats

but if i do /stats i see then the 3 lines :/

Код:
if(PlayerInfo[playerid][pLicenseA] == 1 || PlayerInfo[playerid][pLicenseB] == 1 || PlayerInfo[playerid][pLicenseC] == 1)
{
	SendClientMessage(playerid, COLOR_WHITE, "Flying License: yes | Boat License: yes | Driver License: yes");
}
if(PlayerInfo[playerid][pLicenseA] == 0 || PlayerInfo[playerid][pLicenseB] == 0 || PlayerInfo[playerid][pLicenseC] == 0)
{
	SendClientMessage(playerid, COLOR_WHITE, "Flying License: no | Boat License: no | Driver License: no");
}
if(PlayerInfo[playerid][pLicenseA] == 0 || PlayerInfo[playerid][pLicenseB] == 1 || PlayerInfo[playerid][pLicenseC] == 0)
{
	SendClientMessage(playerid, COLOR_WHITE, "Flying License: no | Boat License: yes | Driver License: no");
}
if(PlayerInfo[playerid][pLicenseA] == 1 || PlayerInfo[playerid][pLicenseB] == 0 || PlayerInfo[playerid][pLicenseC] == 0)
{
	SendClientMessage(playerid, COLOR_WHITE, "Flying License: yes | Boat License: no | Driver License: no");
}
if(PlayerInfo[playerid][pLicenseA] == 0 || PlayerInfo[playerid][pLicenseB] == 0 || PlayerInfo[playerid][pLicenseC] == 1)
{
	SendClientMessage(playerid, COLOR_WHITE, "Flying License: no | Boat License: no | Driver License: yes");
}
screenshot

Reply


Messages In This Thread
Showplayerstats ^^, - by sjvt - 10.04.2010, 11:53
Re: Showplayerstats ^^, - by RyDeR` - 10.04.2010, 11:56
Re: Showplayerstats ^^, - by Hiddos - 10.04.2010, 11:57
Re: Showplayerstats ^^, - by sjvt - 10.04.2010, 12:05
Re: Showplayerstats ^^, - by woot - 10.04.2010, 12:26
Re: Showplayerstats ^^, - by Babul - 10.04.2010, 12:29

Forum Jump:


Users browsing this thread: 1 Guest(s)