Re all...
FS de .... cher plus comment xD ...
Errors :
C:Documents and SettingsAurélienBureauserver 1filterscripts rad.pwn(6) : warning 203: symbol is never used: "GoogleTranslate"
C:Documents and SettingsAurélienBureauserver 1filterscripts rad.pwn(6 -- 40) : error 013: no entry point (no public functions)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Script :
//googletranslate.inc
//by 0rb (yom)
//26-04-09 14:06
GoogleTranslate(text[], from[], to[], size = sizeof text)
{
new
tmp[384],
idx = -1,
pos
;
while (text[++idx])
{
switch (text[idx])
{
case ' ' : tmp[idx] = '+';
default : tmp[idx] = text[idx];
}
}
format(tmp, sizeof tmp, "http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&q=%s&langpair=%s%%7C%s", tmp, from, to);
pwncurl_get(tmp, tmp, sizeof tmp);
pos = strfind(tmp,"ext":"");
if (pos != -1)
{
strdel(tmp, 0, pos + 6);
strdel(tmp, strfind(tmp, ""}, "res"), sizeof tmp);
else
{
format(tmp, size, text);
}
return tmp;
}
Double post
Aidez moi SVP ... Merci ...
++TZ++
Double post
On peut m'aidez Merci ...