28.02.2019, 07:00
The performance on any machine has never really been an issue besides with DCMD for example. No conversion is needed, just change the include from ZCMD to Pawn.CMD
SERVER: Unknown command.
SERVER: Unknown command. What's the problem?
[Pawn.CMD] PC_RegAlias: Command name 'mm' is occupied [Pawn.CMD] PC_RegAlias: Command name 'r' is occupied [Pawn.CMD] PC_RegAlias: Command name 'b' is occupied [Pawn.CMD] PC_RegAlias: bad conversion [Pawn.CMD] PC_RegAlias: bad conversion |
flags:resetb(FLAGS_ADMIN_COMMAND)
alias:resetb("b")
cmd:resetb(playerid, params[])
{
//
return 1;
}
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[16:50:22] filterscripts = "" (string)
[16:50:22]
[16:50:22] Server Plugins
[16:50:22] --------------
[16:50:22] Loading plugin: crashdetect
[16:50:22] CrashDetect plugin 4.19.4
[16:50:22] Loaded.
[16:50:22] Loading plugin: streamer
[16:50:22]
*** Streamer Plugin v2.9.4 by Incognito loaded ***
[16:50:22] Loaded.
[16:50:22] Loading plugin: sscanf
[16:50:22]
[16:50:22] ===============================
[16:50:22] sscanf plugin loaded.
[16:50:22] Version: 2.8.3
[16:50:22] (c) 2018 Alex "******" Cole
[16:50:22] ===============================
[16:50:22] Loaded.
[16:50:22] Loading plugin: mysql
[16:50:22] >> plugin.mysql: R41-4 successfully loaded.
[16:50:22] Loaded.
[16:50:22] Loading plugin: pawncmd
[16:50:22] [Pawn.CMD] plugin v3.3.0 by urShadow loaded
[16:50:22] Loaded.
[16:50:22] Loading plugin: pawnregex
[16:50:22] [Pawn.Regex] plugin v1.1.3 by urShadow loaded
[16:50:22] Loaded.
[16:50:22] Loading plugin: pawnraknet
[16:50:22] [Pawn.RakNet]
| Pawn.RakNet 1.4.0 | 2016 - 2020
|--------------------------------
| Author and maintainer: urShadow
| Compiled: May 3 2020 at 12:56:43
|--------------------------------------------------------------
| Forum thread: https://forum.sa-mp.com/showthread.php?t=640306
|--------------------------------------------------------------
| Repository: https://github.com/urShadow/Pawn.RakNet
|--------------------------------------------------------------
| Wiki: https://github.com/urShadow/Pawn.RakNet/wiki
[16:50:22] Loaded.
[16:50:22] Loading plugin: ColAndreas
[16:50:22] *********************
[16:50:22] ** Created By: **
[16:50:22] ** [uL]Chris42O **
[16:50:22] ** [uL]Slice **
[16:50:22] ** [uL]Pottus **
[16:50:22] *********************
[16:50:25] Loaded collision data.
[16:50:25] *********************
[16:50:25] ColAndreas Loaded
[16:50:25] v1.4.0
[16:50:25] *********************
[16:50:25] Loaded.
[16:50:25] Loaded 8 plugins.
[16:50:25]
[16:50:25] Filterscripts
[16:50:25] ---------------
[16:50:25] Loaded 0 filterscripts.
[16:50:25] [Pawn.CMD] PC_RegAlias: Command name 'mm' is occupied
[16:50:25] [Pawn.CMD] PC_RegAlias: Command name 'r' is occupied
[16:50:25] [Pawn.CMD] PC_RegAlias: Command name 'b' is occupied
[16:50:25] [Pawn.CMD] PC_RegAlias: bad conversion
[16:50:25] [Pawn.CMD] PC_RegAlias: bad conversion
[16:50:25] Loading Map.
[16:50:26] Loaded Map.
[16:50:26]
[16:50:26] Number of vehicle models: 42
I've been having a bizarre issue. Pawn.CMD 3.3.0 works perfectly on a linux host, but completely unusable on a windows host.
There are zero runtime logs in the server_log, but every command returns: (only on windows) Code:
SERVER: Unknown command. |
PHP Code:
PHP Code:
|
#define FLAGS_CHAT_COMMAND 1
#define FLAGS_ADMIN_COMMAND 2
PHP Code:
PHP Code:
|
alias:cuff("cu"); //error 010: invalid function or declaration
CMD:cuff(playerid, params[])
{
//etc
return true;
}
[Pawn.CMD] ToLower: wstring_convert::from_bytes
Since last update i have something like this in server_log, where should i look next?
Code:
[Pawn.CMD] ToLower: wstring_convert::from_bytes |