3dtextlableforplayer just appear for id 0 , I will give rep with my accounts
#1

why when i give someone the 3dtextlableforplayer with command /settag it's appear for id 0 and the other ids not appear
Reply
#2

pawn Код:
COMMAND:settag(playerid, params[])
{
    new iPlayer;
    if( sscanf ( params, "u", iPlayer)) return SCP(playerid, "[PlayerID/PartOfName]");
    if(!IsPlayerConnected(iPlayer)) return SendClientError(playerid, PLAYER_NOT_FOUND);
    SetPlayerChatBubble(iPlayer, "(( Tag ))", COLOR_RED, 40.0, 2000);
    return 1;
}
You're welcome
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)