1
Scripting SA-MP [Pawn center] / Re : [TOPIC GENERAL] Tornade-L
« le: 05 Décembre 2010, 11:05:32 »
J'ai toujours la même erreur..
Cette section vous permet de consulter les contributions (messages, sujets et fichiers joints) d'un utilisateur. Vous ne pourrez voir que les contributions des zones auxquelles vous avez accès.
C:\Documents Kevin\samp03bsvr_R2_win32\pawno\include\streamer.inc(408) : warning 202: number of arguments does not match definition
forward ClearFamily(family);
C:\DOCUME~2\SAMP03~1\GAMEMO~1\sfsrp.pwn(41290) : error 017: undefined symbol "tuto1msg"
C:\DOCUME~2\SAMP03~1\GAMEMO~1\sfsrp.pwn(41298) : error 017: undefined symbol "tuto1msg"
if(year - strvalEx(DateInfo[2]) > 100 || strvalEx(DateInfo[2]) < 1 || strvalEx(DateInfo[2]) >= year)
{
new tuto2msg[256];//variable pour le format
format(tuto2msg,256,"Vous êtes trop vieux !\nQuel est votre date de naissance: {Format: JJ/MM/AAAA}");
ShowPlayerDialog(playerid,TUTOMENU1,DIALOG_STYLE_INPUT,"Inscription: Etape 2",tuto1msg,"Continuer","Annuler");
return 0;
}
new check = year - strvalEx(DateInfo[2]);
if(check == year)
{
new tuto2msg[256];//variable pour le format
format(tuto2msg,256,"Vous êtes trop jeune !\nQuel est votre date de naissance: {Format: JJ/MM/AAAA}");
ShowPlayerDialog(playerid,TUTOMENU1,DIALOG_STYLE_INPUT,"Inscription: Etape 2",tuto1msg,"Continuer","Annuler");
return 0;
}
siteweb= TextDrawCreate(554.000000, 436.000000, "Mon site");
TextDrawBackgroundColor(siteweb, 255);
TextDrawFont(siteweb, 1);
TextDrawLetterSize(siteweb, 0.210000, 0.899999);
TextDrawColor(siteweb, -1);
new Text:siteweb;
J:\samp03bsvr_R2_win32\GS\clignotant.pwn(48) : error 017: undefined symbol "cmd"
J:\samp03bsvr_R2_win32\GS\clignotant.pwn(54) : error 035: argument type mismatch (argument 2)
J:\samp03bsvr_R2_win32\GS\clignotant.pwn(54) : error 035: argument type mismatch (argument 2)
J:\samp03bsvr_R2_win32\GS\clignotant.pwn(62) : error 035: argument type mismatch (argument 2)
J:\samp03bsvr_R2_win32\GS\clignotant.pwn(62) : error 035: argument type mismatch (argument 2)
J:\samp03bsvr_R2_win32\GS\clignotant.pwn(68) : warning 217: loose indentation
J:\samp03bsvr_R2_win32\GS\clignotant.pwn(73) : warning 219: local variable "sendername" shadows a variable at a preceding level
J:\samp03bsvr_R2_win32\GS\clignotant.pwn(86) : error 017: undefined symbol "ProxDetector"
J:\samp03bsvr_R2_win32\GS\clignotant.pwn(99) : error 017: undefined symbol "ProxDetector"
J:\samp03bsvr_R2_win32\GS\clignotant.pwn(107) : warning 217: loose indentation
J:\samp03bsvr_R2_win32\GS\clignotant.pwn(121) : error 017: undefined symbol "ProxDetector"
J:\samp03bsvr_R2_win32\GS\clignotant.pwn(134) : error 017: undefined symbol "ProxDetector"
J:\samp03bsvr_R2_win32\GS\clignotant.pwn(141) : warning 217: loose indentation
J:\samp03bsvr_R2_win32\GS\clignotant.pwn(144) : error 030: compound statement not closed at the end of file (started at line 111)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
10 Errors.
TextDrawFont(text, 1);
TextDrawLetterSize(text, 0.210000, 0.899999);
TextDrawAlignment(text, 3);
J:\samp03bsvr_R2_win32\gamemodes\GSRP.pwn(2982) : error 035: argument type mismatch (argument 1)
J:\samp03bsvr_R2_win32\gamemodes\GSRP.pwn(2983) : error 035: argument type mismatch (argument 1)
J:\samp03bsvr_R2_win32\gamemodes\GSRP.pwn(2984) : error 035: argument type mismatch (argument 1)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
3 Errors.
TextDrawFont(Text_Site, 1);
TextDrawLetterSize(Text_Site, 0.210000, 0.899999);
TextDrawAlignment(Text_Site, 3);