IS this possible??
#2

Ofc Example,
pawn Код:
public OnPlayerConnect(playerid)
{
    new
        pName[MAX_PLAYER_NAME];
    GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
   
    if(!strcmp(pName, "iggy"))//if players name is iggy
    {
        //players name is iggy
        SetPlayerHealth(playerid, 999999);
    }
    else//playersname isn't iggy
    {
    }
    return 1;
}
Reply


Messages In This Thread
IS this possible?? - by Amel_PAtomAXx - 15.03.2011, 23:52
Re: IS this possible?? - by iggy1 - 16.03.2011, 00:17
Re: IS this possible?? - by Amel_PAtomAXx - 16.03.2011, 00:21

Forum Jump:


Users browsing this thread: 1 Guest(s)