Please help me...
#1

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
Reply
#2

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;
}
Reply
#3

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.
Reply
#4

Show me Line 50
Reply
#5

what you mean?
Reply
#6

Copy line 50 and paste it into here..
Reply
#7

my line 50 is

#include <sscanf>`i dk if it is correct
Reply
#8

Quote:

#include <sscanf2>

That's the right include.
Reply
#9

Sir when I use the command /createlabel its said USAGE:/createlabel <Label Text>
Reply
#10

Did you do just /createlabel, or did you do /createlabel test (or something like that)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)