Textdraw
#6

Quote:
Originally Posted by billiout
Посмотреть сообщение
its

Код:
TextDrawShowForPlayer(playerid, FraksTextdraw);
TextDrawShowForPlayer(playerid, NimiTextdraw);
not

Код:
TextDrawShowForPlayer(playerid, FraksTextdraw[playerid]);
TextDrawShowForPlayer(playerid, NimiTextdraw[playerid]);
Really?

new Text:FraksTextdraw[MAX_PLAYERS];

Is just needed:

TextDrawShowForPlayer(playerid, FraksTextdraw[playerid]);

When i do, then error:

Код:
C:\Program Files\SAMP Server\gamemodes\estprojekt.pwn(444) : error 035: argument type mismatch (argument 2)
C:\Program Files\SAMP Server\gamemodes\estprojekt.pwn(445) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Reply


Messages In This Thread
Textdraw - by Typhome - 04.08.2010, 07:29
Re: Textdraw - by Kar - 04.08.2010, 07:38
Re: Textdraw - by Typhome - 04.08.2010, 07:40
Re: Textdraw - by Typhome - 04.08.2010, 08:46
Re: Textdraw - by billiout - 04.08.2010, 08:51
Re: Textdraw - by Typhome - 04.08.2010, 08:52
Re: Textdraw - by [MWR]Blood - 04.08.2010, 08:57
Re: Textdraw - by Typhome - 04.08.2010, 08:58
Re: Textdraw - by [MWR]Blood - 04.08.2010, 09:01
Re: Textdraw - by Typhome - 04.08.2010, 09:05

Forum Jump:


Users browsing this thread: 2 Guest(s)