[ HELP ] Need Very Small Help! Regarding textdraws
#1

Sup Guys,

I'm getting errors! here are they :

Код:
D:\eXs Stuffs\eXtreme StunTaGe\filterscripts\Derby.pwn(390) : error 017: undefined symbol "PlayerTextDrawSetStringEX"
D:\eXs Stuffs\eXtreme StunTaGe\filterscripts\Derby.pwn(390) : warning 215: expression has no effect
D:\eXs Stuffs\eXtreme StunTaGe\filterscripts\Derby.pwn(390) : error 001: expected token: ";", but found "]"
D:\eXs Stuffs\eXtreme StunTaGe\filterscripts\Derby.pwn(390) : error 029: invalid expression, assumed zero
D:\eXs Stuffs\eXtreme StunTaGe\filterscripts\Derby.pwn(390) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
and the code in which Error occur:
pawn Код:
PlayerTextDrawSetStringEX(playerid,DMpTD[playerid][3] ,"~p~Players: ~y~-");
Is there is any include which have this function?
Reply
#2

Quote:
Originally Posted by NGEN123
Посмотреть сообщение
Is there is any include which have this function?
I guess there is, but in this case you dont need it, write it like this:

Код:
PlayerTextDrawSetString(playerid,DMpTD[playerid][3] ,"~p~Players: ~y~-");
Reply
#3

lol yeah! i didn't saw that! thx fixed
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)