[ HELP ] Need Very Small Help! Regarding textdraws - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [ HELP ] Need Very Small Help! Regarding textdraws (
/showthread.php?tid=568098)
[ HELP ] Need Very Small Help! Regarding textdraws -
SpikY_ - 19.03.2015
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?
AW: [ HELP ] Need Very Small Help! Regarding textdraws -
Kaliber - 19.03.2015
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~-");
Re: [ HELP ] Need Very Small Help! Regarding textdraws -
SpikY_ - 19.03.2015
lol yeah! i didn't saw that! thx fixed