OnPlayerText Problem
#2

Let me quote myself:
Quote:
Originally Posted by Vince
Посмотреть сообщение
*sigh* You can't expect us to fix your "new" (read: copy-pasted) gamemode for you every time. Learn to code. I am absolutely fed up with people whose postcounts for 90% consists of 'bump help naw!' replies.
Obviously, you don't understand jack shit. Copy-pasting stuff and just hoping that it will work - and subsequently opening new topics if it doesn't work - gets you nowhere. Take this piece of code, for example:

pawn Код:
if (!player[playerid][calling] || player[playerid][caller] == 255)
    {
        new string[128];
        format(string, 255, "(%d) %s", player[playerid][number], text);
        SendPlayerMessageToAll(playerid, string);
    }
If the player is not (! operator) calling, then the phone number (player[playerid][number]) should be shown? Does that make any sense to you?
Reply


Messages In This Thread
OnPlayerText Problem - by misho1 - 24.05.2011, 21:20
Re: OnPlayerText Problem - by Vince - 24.05.2011, 21:26
Re: OnPlayerText Problem - by misho1 - 26.05.2011, 03:29

Forum Jump:


Users browsing this thread: 1 Guest(s)