12-17-2014, 03:56 AM
(This post was last modified: 12-17-2014, 03:57 AM by VeryBlackMan.)
Has you solved this Bug? I've the same Problem on Windows and Linux with 64 Bit.
Log File
Code:
function CitizenCommand(Split, Player)
LOG(Split[2])
Mob = cMonster:StringToMobType(Split[2])
if Mob == -1 then
Player:SendMessageFailure("Unknown mob type")
else
Player:GetWorld():SpawnMob(Player:GetPosX() + 5, Player:GetPosY(), Player:GetPosZ() + 5, Mob)
end
end
Log File
Code:
[18:52:33] Stack trace:
[18:52:33] [C](-1): SpawnMob
[18:52:33] Plugins/Citizen/command.lua(10): (no name)
[18:52:33] Stack trace end
[18:52:33] Error in plugin Citizen calling function <callback>()