17.07.2012, 14:40
PHP код:
[debug] Run time error 6: "Invalid instruction"
[debug] Unknown opcode 0x35cafd4 at address 0x00000078
[debug] AMX backtrace:
[debug] #0 00000078 in ?? () at C:\Documents and Settings\Alexandru\Desktop\pawno\include\float.inc:108
[debug] #1 native CallLocalFunction () [00472260] from samp-server.exe
[debug] #2 000a53c8 in public TextInt_OnGameModeInit () at C:\Documents and Settings\Alexandru\Desktop\pawno\include\fixes.inc:1378
[debug] #3 native CallLocalFunction () [00472260] from samp-server.exe
[debug] #4 0009e478 in public Itter_OnGameModeInit () at C:\Documents and Settings\Alexandru\Desktop\pawno\include\YSI\internal\y_textint.inc:264
[debug] #5 native CallLocalFunction () [00472260] from samp-server.exe
[debug] #6 0001ba2c in Command_Add () at C:\Documents and Settings\Alexandru\Desktop\pawno\include\foreach.inc:689
[debug] #7 native CallLocalFunction () [00472260] from samp-server.exe
[debug] #8 00010bb8 in Command_Add () at C:\Documents and Settings\Alexandru\Desktop\pawno\include\YSI\internal\y_dohooks.inc:535
[debug] #9 native CallLocalFunction () [00472260] from samp-server.exe
[debug] #10 0000a018 in Command_Add () at C:\Documents and Settings\Alexandru\Desktop\pawno\include\YSI\internal\..\y_scriptinit.inc:164
[debug] #11 native CallLocalFunction () [00472260] from samp-server.exe
[debug] #12 00007c4c in Command_Add () at C:\Documents and Settings\Alexandru\Desktop\pawno\include\streamer.inc:324
[debug] #13 native CallLocalFunction () [00472260] from samp-server.exe
[debug] #14 00001b18 in Command_Add () at C:\Documents and Settings\Alexandru\Desktop\pawno\include\sscanf2.inc:84
PHP код:
stock Float:operator-(Float:oper)
return oper^Float:cellmin; /* IEEE values are sign/magnitude */
FIX IT
NEVER TO DO THIS
PHP код:
new strX[4 char];
strcpy(strX, "Alex", 5);
printf("Data Copyed %s", strX);