OnPlayerText
#6

After doing the first thing from VIP3R and Danish:
pawn Код:
public OnPlayerText(playerid, text[])
{
    new chat[200], name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, sizeof(name));
    format(chat, sizeof(chat), "%s (%d): {009900}%s", name, playerid, text);
    SendClientMessageToAll(0xFFFFFFFF, string);
    return 0;
}
I've got a error, please help.
pawn Код:
C:\Users\Ilic\Desktop\GoGoGo druga verzija\GoGoGo server\gamemodes\rlg.pwn(2205) : error 017: undefined symbol "string"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
Reply


Messages In This Thread
OnPlayerText - by Aleksabre - 16.10.2013, 21:17
Re: OnPlayerText - by DanishHaq - 16.10.2013, 21:19
Re: OnPlayerText - by xVIP3Rx - 16.10.2013, 21:19
Re: OnPlayerText - by Aleksabre - 16.10.2013, 21:22
Re: OnPlayerText - by Patrick - 16.10.2013, 21:24
Re: OnPlayerText - by Aleksabre - 16.10.2013, 21:26
Re: OnPlayerText - by DanishHaq - 16.10.2013, 21:27
Re: OnPlayerText - by Another1 - 16.10.2013, 22:20
Re: OnPlayerText - by DanishHaq - 16.10.2013, 22:53
Re: OnPlayerText - by Another1 - 16.10.2013, 23:20

Forum Jump:


Users browsing this thread: 2 Guest(s)