2 Problems
#1

Hello Guys
I want To Make a Text For Player when playr join he see a big TextDraw in Screen

i tried this
pawn Код:
{
   txt1 = TextDrawCreate(10.0, 415.0,"~r~RomDM");
    TextDrawBoxColor(txt1,0x222222BB);
    TextDrawLetterSize(txt1,0.3,1.0);
    TextDrawTextSize(txt1,400.0,40.0);
    TextDrawFont(txt1, 2);
    TextDrawShowForPlayer(playerid,txt1);
    return 1;
}
it's giving this
pawn Код:
I:\Games\RockStar Game Gta San Andreas\Gta Sanandreas\My Script\gamemodes\MyScript.pwn(31) : error 010: invalid function or declaration
I:\Games\RockStar Game Gta San Andreas\Gta Sanandreas\My Script\gamemodes\MyScript.pwn(319) : error 017: undefined symbol "txt1"
I:\Games\RockStar Game Gta San Andreas\Gta Sanandreas\My Script\gamemodes\MyScript.pwn(320) : error 017: undefined symbol "txt1"
I:\Games\RockStar Game Gta San Andreas\Gta Sanandreas\My Script\gamemodes\MyScript.pwn(321) : error 017: undefined symbol "txt1"
I:\Games\RockStar Game Gta San Andreas\Gta Sanandreas\My Script\gamemodes\MyScript.pwn(322) : error 017: undefined symbol "txt1"
I:\Games\RockStar Game Gta San Andreas\Gta Sanandreas\My Script\gamemodes\MyScript.pwn(323) : error 017: undefined symbol "txt1"
I:\Games\RockStar Game Gta San Andreas\Gta Sanandreas\My Script\gamemodes\MyScript.pwn(324) : error 017: undefined symbol "txt1"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


7 Errors.
pawn Код:
31)ammunationmenu = CreateMenu("AmmuNation :", 2, 200.0, 100.0, 150.0, 150.0);
Reply


Messages In This Thread
2 Problems - by Roomeo - 09.03.2011, 12:40
Re: 2 Problems - by Stigg - 09.03.2011, 12:46
Re: 2 Problems - by HyperZ - 09.03.2011, 12:53
Re: 2 Problems - by Roomeo - 09.03.2011, 12:53
Re: 2 Problems - by Roomeo - 09.03.2011, 12:54
Re: 2 Problems - by HyperZ - 09.03.2011, 12:56
Re: 2 Problems - by Stigg - 09.03.2011, 13:01

Forum Jump:


Users browsing this thread: 1 Guest(s)