textdraw string in clientremotefunction
#1

Fixed! Ty anyway
Reply
#2

bump :S

8 characs..
Reply
#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
#4

I just fixed it and was about to post this but thanks anyway :P
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)