Rimmon Posted January 2, 2012 Posted January 2, 2012 fac un textdraw cu un program dupa ce adaug textdrawl in gm merge perfect fara warn/erroriiar cand intru in server numi apare nimik[pawn]new Text:Welcome;Welcome = TextDrawCreate(0.0, 434.0,"Welcome to Rss");TextDrawFont(Welcome,0);TextDrawLetterSize(Welcome,1,1);TextDrawColor(Welcome,0xC700FF);TextDrawSetShadow(Welcome,0);TextDrawSetOutline(Welcome,2);TextDrawBackgroundColor(Welcome,0xDDF10FF);TextDrawUseBox(Welcome,0);[/pawn]ce are? Massari e curva mea
Scott_Williams Posted January 2, 2012 Posted January 2, 2012 Ai pus TextDrawShowForPlayer(playerid, Welcome); unde vrei sa iti apara textdraw?
Rimmon Posted January 2, 2012 Author Posted January 2, 2012 da in coltu din stanga sus Massari e curva mea
TzAkS Posted January 2, 2012 Posted January 2, 2012 da in coltu din stanga sus)Pune la OnPlayerConnect[pawn]TextDrawShowForPlayer(playerid, Welcome);[/pawn]
Rimmon Posted January 3, 2012 Author Posted January 3, 2012 Imi Da eroarea asta[pawn]D:\Dorin\Samp.svr\gamemodes\Rimo.pwn(1957) : error 017: undefined symbol "Welcome"Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase1 Error.[/pawn] Massari e curva mea
Rimmon Posted January 3, 2012 Author Posted January 3, 2012 Am pus si daca pun si la on playerconnect nu merge imi da eroarea aia Massari e curva mea
WanTeD Posted January 3, 2012 Posted January 3, 2012 Tu esti cel mai but scripter din lume.La inceputul scriptului pui:[pawn]new Text:Welcome;[/pawn]La OnGameModeInit:[pawn]Welcome = TextDrawCreate( 0.0, 434.0,"Welcome to Rss" );TextDrawFont( Welcome,0 );TextDrawLetterSize( Welcome,1,1 );TextDrawColor( Welcome,0xC700FF );TextDrawSetShadow( Welcome,0 );TextDrawSetOutline( Welcome,2 );TextDrawBackgroundColor( Welcome,0xDDF10FF );TextDrawUseBox( Welcome,0 );[/pawn]La OnPlayerConnect:[pawn]TextDrawShowForPlayer( playerid, Welcome );[/pawn]
Rimmon Posted January 3, 2012 Author Posted January 3, 2012 Ba Sweet scriptez doar de cateva saptamani eu nu cred ca tu erai cel mai bun cand ai inceput sa scriptezi Massari e curva mea
Question
Rimmon
fac un textdraw cu un program
dupa ce adaug textdrawl in gm merge perfect fara warn/errori
iar cand intru in server numi apare nimik
[pawn]new Text:Welcome;
Welcome = TextDrawCreate(0.0, 434.0,"Welcome to Rss");
TextDrawFont(Welcome,0);
TextDrawLetterSize(Welcome,1,1);
TextDrawColor(Welcome,0xC700FF);
TextDrawSetShadow(Welcome,0);
TextDrawSetOutline(Welcome,2);
TextDrawBackgroundColor(Welcome,0xDDF10FF);
TextDrawUseBox(Welcome,0);[/pawn]
ce are?
Massari e curva mea
11 answers to this question
Recommended Posts