Update sv_player.lua

This commit is contained in:
[TW]Rain_Bob 2023-10-26 17:07:21 +08:00 committed by GitHub
parent 76a5bb1ee9
commit dfbd972c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,9 @@ function GM:PlayerInitialSpawn(ply)
end)
end
ply.SpawnTime = CurTime()
if(ply:IsDev())then
PrintMessage(HUD_PRINTCENTER,"Dev of flood 2.2 has joined the server!!!")
end
PrintMessage(HUD_PRINTCENTER, ply:Nick().." has joined the server! say hello to "..ply:Nick().."!")
end