textdraw string in clientremotefunction
#3

pawn Код:
forward AQinfoBox(playerid,text[]);
public AQinfoBox(playerid,text[])
{
    TextDrawShowForPlayer(playerid,JoinInfo);
    TextDrawSetString(JoinInfo, text);
    return 1;
}

public OnPlayerConnect(playerid)
{

    format(str, sizeof(str), "Ty for joining here! %s.",gPlayerName);
    CallRemoteFunction("AQinfoBox", "is",playerid,str);
    return 1;
}
Reply


Messages In This Thread
textdraw string in clientremotefunction - by LifeStyle - 16.08.2010, 18:38
Re: textdraw string in clientremotefunction - by LifeStyle - 17.08.2010, 08:57
Re: textdraw string in clientremotefunction - by [XST]O_x - 17.08.2010, 09:29
Re: textdraw string in clientremotefunction - by LifeStyle - 17.08.2010, 09:33

Forum Jump:


Users browsing this thread: 2 Guest(s)