Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local myModelsTable={}
- myModelsTable["STEAM_ID_HERE!!!"]="models/player/kleiner.mdl"
- hook.Add("PlayerSpawn", "checkForMyModel", function(ply)
- if myModelsTable[tostring(ply:SteamID())] then
- ply:SetModel(myModelsTable[tostring(ply:SteamID())])
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment