Please help me... - 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: Please help me... (
/showthread.php?tid=480672)
Please help me... -
Laserman - 12.12.2013
Guys I need satdm rp... please give me the whole files and also the includes...
Then give me the code of CreatDynamic3dLabels using the Zcmd command processor...

DD\
I am begginer
Re: Please help me... -
StuartD - 12.12.2013
Best places to look:
http://forum.sa-mp.com/forumdisplay.php?f=71
And:
Quote:
Originally Posted by [DOG]irinel1996
pawn Код:
CMD:createlabel(playerid, params[]) { new str[128], Float:Pos[3] ;
if (sscanf(params, "s[128]", str)) return SendClientMessage(playerid, COLOR_WHITE, "USAGE: /createlabel <Label Text>");
GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]); Create3DTextLabel(str, COLOR_WHITE, Pos[0], Pos[1], Pos[2], 40.0, 0, 0); return 1; }
|
Re: Please help me... -
Laserman - 12.12.2013
Quote:
Originally Posted by StuartD
|
error please help mee... what I want to do...
pawn error
D:\MOLUYS~1\GAMEMO~1\FGG1.pwn(50) : error 038: extra characters on line
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Re: Please help me... -
StuartD - 12.12.2013
Show me Line 50
Re: Please help me... -
Laserman - 12.12.2013
what you mean?
Re: Please help me... -
StuartD - 12.12.2013
Copy line 50 and paste it into here..
Re: Please help me... -
Laserman - 12.12.2013
my line 50 is
#include <sscanf>`i dk if it is correct
Re: Please help me... -
Tagathron - 12.12.2013
That's the right include.
Re: Please help me... -
Laserman - 12.12.2013
Sir when I use the command /createlabel its said USAGE:/createlabel <Label Text>
Re: Please help me... -
StuartD - 12.12.2013
Did you do just /createlabel, or did you do /createlabel test (or something like that)