OnPlayerText
#1

So i have administrator chat in onplayertext, and code under that, but the code under the chat dont work (it is a shop)

if i place the shop code 1st and the administrator chat under it, then the admin chat dont work, can this be because of the returns in end of the code?

pawn Код:
SendMessageToAdmins(COLOR_GREEN, adminText);
            return 0;
        }
    }

// end of the admin chat

                    SendClientMessage(i, COLOR_WHITE, string);
                }
            }

        }
            return 0;
        }
    }
    return 1;
}

// end of shop
Reply


Messages In This Thread
OnPlayerText - by Ananisiki - 16.04.2014, 18:33
Re : OnPlayerText - by S4t3K - 16.04.2014, 18:39
Re: OnPlayerText - by Ananisiki - 16.04.2014, 18:43
Re : OnPlayerText - by S4t3K - 16.04.2014, 18:46
Re: OnPlayerText - by Ananisiki - 16.04.2014, 19:21
Re: OnPlayerText - by Ananisiki - 19.04.2014, 12:16
Re: OnPlayerText - by Astralis - 19.04.2014, 12:19
Re: OnPlayerText - by Ananisiki - 19.04.2014, 12:34
Re: OnPlayerText - by Konstantinos - 19.04.2014, 12:57

Forum Jump:


Users browsing this thread: 3 Guest(s)