Search Results
[WARNING] CMySQLResult::GetRowData - invalid row ('3') or field index ('1')
What i have do wrong to get this error, how i need search it.
28
samp03svr: amx/amx.c:811: expand: Assertion `memsize==0' failed.
I understand that something with memory how to fix it?
59
samp03svr: amx/amx.c:803: expand: Assertion sc<64 failed
How understand it?
59
This nothing mean?
amx/amx.c:555 amx_BrowseRelocate: Assertion op>0 && op<OP_NUM_OPCODES FAILED
55
Код:
Server crashed due to an unknown error
Native backtrace:
#0 b7502e8b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
#1 b74fbbcf in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from...
55
In putty when i want start server ./samp03svr & i get this error?
55
55
Hi,
How to fix this problem?
55
Server crashed due to an unknown error
61
How to fix it?
61
How to fix it?
27
I get this in server.log
32
How make connection?
26
[ERROR] CMySQLQuery::Execute[] - (error #111 Row size too large (> 8126)
32
[ERROR] CMySQLQuery::Execute[] - (error #111 Row size too large (> 8126). Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED may help. In current row format,...
38
Hi,
What query i need procced that i could get name of player for exampe which XP TOP is 400 of 1000 registered players.
30
It'is will be possible to make stock like that
stock CalculateProc( proc )
{
switch (random(proc-1))
{
case 0:
{
// 1%
}
default:
{
99%
}
}
how work with case...
134
I know random but i need another way for example how you will do if i want to make 99 % that will be succefully and left 1 % that can fail.
134