Pleases help me
#1

Hello all and sorry for my english i have probleme for my textdraw

PHP код:
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(59) : warning 213tag mismatch
C
:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(59) : warning 213tag mismatch
C
:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(60) : warning 213tag mismatch
C
:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(60) : warning 213tag mismatch
C
:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(60) : warning 202number of arguments does not match definition
C
:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(61) : warning 213tag mismatch
C
:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(61) : warning 213tag mismatch
C
:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(61) : warning 202number of arguments does not match definition
C
:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(62) : warning 213tag mismatch
C
:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(62) : warning 213tag mismatch
C
:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(62) : warning 202number of arguments does not match definition
C
:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(63) : warning 213tag mismatch
C
:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(63) : warning 213tag mismatch
C
:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(63) : warning 202number of arguments does not match definition
C
:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(64) : warning 213tag mismatch
C
:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(64) : warning 213tag mismatch
C
:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(64) : warning 202number of arguments does not match definition
C
:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(65) : warning 213tag mismatch
C
:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(65) : warning 213tag mismatch
C
:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(65) : warning 202number of arguments does not match definition
C
:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(66) : warning 213tag mismatch
C
:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(66) : warning 213tag mismatch
C
:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(66) : warning 202number of arguments does not match definition
C
:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(67) : warning 213tag mismatch
C
:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(67) : warning 213tag mismatch
C
:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(67) : warning 202number of arguments does not match definition
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase
26 Warnings

PHP код:
login1 CreatePlayerTextDraw(login12.0000000.000000"1");
PlayerTextDrawLetterSize(login1,641.0000000.000000);
PlayerTextDrawColor(login1,0x0F0F0FFF);
PlayerTextDrawSetOutline(login1,0);
PlayerTextDrawSetProportional(login1,1);
PlayerTextDrawSetShadow(login1,1);
PlayerTextDrawUseBox(login1,1);
PlayerTextDrawBoxColor(login1,1);
PlayerTextDrawTextSize(login1,0.50000011.000000); 
Reply
#2

all of your functions lack one argument which is playerid.
Код:
login1 = CreatePlayerTextDraw(playerid, login1, 2.000000, 0.000000, "1"); 
// ...
Reply
#3

Thanks
Reply
#4

No i have probleme

Код HTML:
login1 = TextDrawCreate(login1, 2.000000, 0.000000, "1");
PlayerTextDrawLetterSize(login1,641.000000, 0.000000);
PlayerTextDrawColor(login1,0x0F0F0FFF);
PlayerTextDrawSetOutline(login1,0);
PlayerTextDrawSetProportional(login1,1);
PlayerTextDrawSetShadow(login1,1);
PlayerTextDrawUseBox(login1,1);
PlayerTextDrawBoxColor(login1,1);
PlayerTextDrawTextSize(login1,0.500000, 11.000000);
Код HTML:
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(59) : warning 213: tag mismatch
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(59) : error 035: argument type mismatch (argument 3)
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(60) : warning 213: tag mismatch
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(60) : warning 213: tag mismatch
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(60) : warning 202: number of arguments does not match definition
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(61) : warning 213: tag mismatch
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(61) : warning 213: tag mismatch
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(61) : warning 202: number of arguments does not match definition
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(62) : warning 213: tag mismatch
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(62) : warning 213: tag mismatch
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(62) : warning 202: number of arguments does not match definition
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(63) : warning 213: tag mismatch
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(63) : warning 213: tag mismatch
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(63) : warning 202: number of arguments does not match definition
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(64) : warning 213: tag mismatch
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(64) : warning 213: tag mismatch
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(64) : warning 202: number of arguments does not match definition
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(65) : warning 213: tag mismatch
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(65) : warning 213: tag mismatch
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(65) : warning 202: number of arguments does not match definition
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(66) : warning 213: tag mismatch
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(66) : warning 213: tag mismatch
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(66) : warning 202: number of arguments does not match definition
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(67) : warning 213: tag mismatch
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(67) : warning 213: tag mismatch
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(67) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply
#5

I know he's french, so I'm gonna answer in french.


Ils t'ont dit que tu oubliais "playerid" pour chaque premier argument.
Donc avant "login1" tu dois mettre "playerid" pour chacun des trucs.
Pour la 1иre ligne par exemple:
login1 = TextDrawCreate(playerid, login1, 2.000000, 0.000000, "1");

Maintenant tu fais зa pour toutes les lignes.
Reply
#6

I'm not frech and

C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(59) : error 017: undefined symbol "playerid"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.






login1 = TextDrawCreate(playerid,login1, 2.000000, 0.000000, "1");
Reply
#7

So this: https://sampforum.blast.hk/showthread.php?tid=495264

Isn't you asking us in french section ?
And "Dans les touche 911" in your profile isn't french ?

Okay.
Reply
#8

I'm french and Spanish but it is another keyboard so for my mistake?

Pleases help me
Reply
#9

Instead of this:
Код:
login1 = TextDrawCreate(playerid,login1, 2.000000, 0.000000, "1");
Try this:

Код:
login1 = TextDrawCreate(playerid, 2.000000, 0.000000, "1");
Reply
#10

Код HTML:
C:\Users\Yamaha\Desktop\Counter Strike 0.3z\gamemodes\cs.pwn(59) : error 017: undefined symbol "playerid"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Код HTML:
login1 = TextDrawCreate(playerid, 2.000000, 0.000000, "1");
TextDrawLetterSize(login1,641.000000, 0.000000);
TextDrawColor(login1,0x0F0F0FFF);
TextDrawSetOutline(login1,0);
TextDrawSetProportional(login1,1);
TextDrawSetShadow(login1,1);
TextDrawUseBox(login1,1);
TextDrawBoxColor(login1,1);
TextDrawTextSize(login1,0.500000, 11.000000);

I'm really not familiar with the fuctions...
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)