Strings and textdraws?
#4

pawn Код:
C:\Archivos de programa\Rockstar Games\GTA San Andreas\SA-MP 0.3b\Server 0.3b\gamemodes\fierroharb.pwn(176) : error 017: undefined symbol "playerid"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
pawn Код:
public OnGameModeInit()
{
    // other shit
    Textdraw1 = TextDrawCreate(70.000000, 431.000000, "kills: %d");
    TextDrawAlignment(Textdraw1, 2);
    TextDrawBackgroundColor(Textdraw1, 0);
    TextDrawFont(Textdraw1, 3);
    TextDrawLetterSize(Textdraw1, 0.709999, 1.500000);
    TextDrawColor(Textdraw1, 2021837055);
    TextDrawSetOutline(Textdraw1, 0);
    TextDrawSetProportional(Textdraw1, 1);
    TextDrawSetShadow(Textdraw1, 1);
    TextDrawUseBox(Textdraw1, 1);
    TextDrawBoxColor(Textdraw1, 255);
    TextDrawTextSize(Textdraw1, 125.000000, 712.000000);
    new string[116];
    format(string, sizeof(string), "Kills : %d", PlayerInfo[playerid][pKills]);
    TextDrawSetString(Textdraw0, string);
// more other shit
Reply


Messages In This Thread
Strings and textdraws? - by admantis - 31.10.2010, 04:55
Re: Strings and textdraws? - by ViruZZzZ_ChiLLL - 31.10.2010, 05:01
Re : Strings and textdraws? - by admantis - 31.10.2010, 05:01
Re : Strings and textdraws? - by admantis - 31.10.2010, 05:04
Re: Strings and textdraws? - by ViruZZzZ_ChiLLL - 31.10.2010, 05:27
Re : Re: Strings and textdraws? - by admantis - 31.10.2010, 05:37
Re: Strings and textdraws? - by i514x - 31.10.2010, 05:46
Re: Strings and textdraws? - by admantis - 31.10.2010, 05:49

Forum Jump:


Users browsing this thread: 2 Guest(s)