forked from Mythikos/gmod-flood-2.0
Update sv_player.lua
This commit is contained in:
parent
76a5bb1ee9
commit
dfbd972c27
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user