SA-MP Forums Archive
Error. - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Error. (/showthread.php?tid=210678)



Error. - Gh0sT_ - 13.01.2011

I getting error

pawn Код:
error 035: argument type mismatch (argument 1)
At lines

pawn Код:
format( Stringas, 128, ""#h_Balta"[ > ] "#h_Geltona"%s buvo "#h_Raudona"UЋBLOKUOTAS. "#h_Orandzine"[Jetpack naudojimas]", ZaidejoVardas( ID ) );
pawn Код:
format( Stringas, 121, ""#h_Balta"[ > ] "#h_Geltona"%s buvo "#h_Raudona"UЋBLOKUOTAS. "#h_Orandzine"[Љarvų čytai]", ZaidejoVardas( ID ) );
pawn Код:
format( Stringas, 123, ""#h_Balta"[ > ] "#h_Geltona"%s buvo "#h_Raudona"UЋBLOKUOTAS.  "#h_Orandzine"[Greičio čytai]", ZaidejoVardas( ID ) );
"#h_Geltona", "#h_Raudona", "#h_Orandzine" - 0.3c hex colors defines.
ZaidejoVardas( ID ) -

pawn Код:
stock ZaidejoVardas( playerid )
{
    new
        Vardas[ 24 ]
    ;
    GetPlayerName( playerid, Vardas, 24 );
    return Vardas;
}
Please, help.


Re: Error. - Toreno - 13.01.2011

wtf you did here?
can't you script? or IM stupid or I don't know... it look like a gibberish to me.

EDIT:
Incomprehensible


Re: Error. - Gh0sT_ - 13.01.2011

Maybe you are stupid

What you can't understand?


Re: Error. - Gh0sT_ - 14.01.2011

So, maybe someone will help me with this fuckin' error?