What is this fuction for ini files?
Erase();
Clear();
Reset();
Edit: Solve problem with change local values
function AuthPlugin:OnPlayerMove( Player )
Can you change your function to detect the displacement of a block and not 0.00000001 bloc? Because this spam my channel of
Because I want block movement if player not login
A idea for not spam this message?
Erase();
Clear();
Reset();
Edit: Solve problem with change local values
function AuthPlugin:OnPlayerMove( Player )
Can you change your function to detect the displacement of a block and not 0.00000001 bloc? Because this spam my channel of
PHP Code:
Player:SendMessage( cChatColor.Red .. "You must login" )
Because I want block movement if player not login
PHP Code:
function AuthPlugin:OnPlayerMove( Player )
if IsAuth == 0 then
--Player:TeleportTo( SpawnPosx, SpawnPosy, SpawnPosz )
else
return true
end
Player:SendMessage( cChatColor.Red .. "You must login" )
return false
end