Re: y_va - Easily create SendClientMessageEx style functions, now on the YSI wiki
#1

Help me fix crash
Quote:
Originally Posted by rickisme
Посмотреть сообщение
crashed @@!
sa-mp 0.3z, YSI 4.0

CODE :
pawn Код:
/* stock */
stock SendClientMessageEx(playerid, colour, const fmat[],  va_args<>)
{
    new
        str[145];
    va_format(str, sizeof (str), fmat, va_start<3>);
    return SendClientMessage(playerid, colour, str);
}

OnDialogResponse :

                                if(!IsNumeric(inputtext))
                {
                    SendClientMessage(playerid, -1, "So tien ban nhap vao khong hop le");
                    Command_ReProcess(playerid, "housemanager", false);
                    return 1;
                }
                new hid = GetPVarInt(playerid, "HouseID");
                if(hData[hid][ownerid] != pData[playerid][id])
                {
                    SendClientMessage(playerid, -1, "Co loi xay ra, vui long thu lai");
                    Command_ReProcess(playerid, "housemanager", false);
                    return 1;
                }
                if(pData[playerid][Money] < strval(inputtext))
                {
                    SendClientMessage(playerid, -1, "So tien trong nguoi ban khong nhieu nhu the !");
                    Command_ReProcess(playerid, "housemanager", false);
                    return 1;
                }
                hData[hid][money] += strval(inputtext);
                pData[playerid][Money] -= strval(inputtext);
                SendClientMessageEx(playerid, -1, "Ban da cat %d$ thanh cong", strval(inputtext));
pawn Код:
[21:26:10] [debug] Server crashed while executing new.amx
[21:26:10] [debug] AMX backtrace:
[21:26:10] [debug] #0 native format () [00471870] from samp-server.exe
[21:26:10] [debug] #1 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #2 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #3 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #4 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #5 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #6 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #7 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #8 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #9 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #10 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #11 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #12 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #13 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #14 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #15 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #16 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #17 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #18 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #19 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #20 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #21 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #22 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #23 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #24 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #25 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #26 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #27 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #28 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #29 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #30 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #31 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #32 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #33 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #34 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #35 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #36 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #37 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #38 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #39 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #40 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #41 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #42 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #43 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #44 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #45 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #46 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #47 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #48 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #49 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #50 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #51 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #52 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #53 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #54 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #55 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #56 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #57 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #58 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #59 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #60 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #61 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #62 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #63 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #64 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #65 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #66 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #67 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #68 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #69 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #70 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #71 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #72 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #73 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #74 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #75 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #76 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #77 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #78 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #79 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #80 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #81 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #82 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #83 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #84 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #85 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #86 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #87 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #88 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #89 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #90 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #91 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #92 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #93 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #94 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #95 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #96 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #97 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #98 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #99 0000d954 in va_format (out[]=@0x01299a74 "", size=145, fmat[]=@0x00257e34 "Ban da cat %d$ thanh cong", va_:STATIC_ARGS=3) at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
[21:26:10] [debug] #100 0005c4a4 in ?? (... <4 arguments>) at new.pwn:724
[21:26:10] [debug] #101 0000d954 in public OnDialogResponse (playerid=19503732, dialogid=145, response=2457140, listitem=3, inputtext[]=@0x00000000 "") at C:\Users\user\Desktop\upup\pawno\include\YSI\..\YSI_Storage\..\YSI_Core\..\YSI_Coding\y_va/impl.inc:302
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)