14.12.2012, 13:05
No, It's a part of the script .... It is:
if(udb_hash(inputtext) == PlayerInfo[playerid][pPassHash])
{
GivePlayerMoney(playerid,PlayerInfo[playerid][pSoldi]);
SetPlayerSkin(playerid,PlayerInfo[playerid][pSkin]);
if(PlayerInfo[playerid][pAdmin] >= 1)
{
This script say if the Player is Admin, after his connection Send a message to all players with his name, id and level.. Else if not, Send a message only with name and id.
if(udb_hash(inputtext) == PlayerInfo[playerid][pPassHash])
{
GivePlayerMoney(playerid,PlayerInfo[playerid][pSoldi]);
SetPlayerSkin(playerid,PlayerInfo[playerid][pSkin]);
if(PlayerInfo[playerid][pAdmin] >= 1)
{
This script say if the Player is Admin, after his connection Send a message to all players with his name, id and level.. Else if not, Send a message only with name and id.