Score. - 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: Score. (
/showthread.php?tid=462427)
Score. -
NathNathii - 07.09.2013
---Fixed.
Re: Score. -
Threshold - 07.09.2013
CMD:myscore(playerid, params[]);
Try removing the ';' at the end.
Re: Score. -
Gamer_007 - 07.09.2013
i think this is used when u create a PlayerTextdraw
pawn Код:
PlayerTextDrawBlabla(playerid,TXTID,Blabla);
Re: Score. -
Mattakil - 07.09.2013
CMD:myscore(playerid, params[]);
REMOVE ;
It will look like this.
CMD:myscore(playerid, params[])
Re: Score. -
NathNathii - 07.09.2013
Well yeah, did add that ; by a mistake.
Код:
C:\Users\Nath\Documents\GT Testing\pawno\include\Commands.inc(14) : error 017: undefined symbol "ScoreTextdraw"
C:\Users\Nath\Documents\GT Testing\pawno\include\Commands.inc(14) : warning 215: expression has no effect
C:\Users\Nath\Documents\GT Testing\pawno\include\Commands.inc(14) : error 001: expected token: ";", but found "]"
C:\Users\Nath\Documents\GT Testing\pawno\include\Commands.inc(14) : error 029: invalid expression, assumed zero
C:\Users\Nath\Documents\GT Testing\pawno\include\Commands.inc(14) : fatal error 107: too many error messages on one line
Line
Код:
ScoreTextdraw[playerid] = TextDrawCreate(498.000000, 118.000000, score);
Re: Score. -
NathNathii - 07.09.2013
* Replied at wrong place.
Re: Score. -
JimmyCh - 07.09.2013
Hello NathNathii,
Maybe you can take an idea of this from my tutorial on SA-MP forums by clicking
here.
Hope this helps
Re: Score. -
NathNathii - 07.09.2013
****Wrong post.