Hey quim, I have this, and this doesn't work, the name isn't bigger than "leet".
And can you maybe make an example how to use this like an ini file or something like with ham plugin checking if user is admin, then changing string if it is possible at all.
PHP Code:
public plugin_precache()
{
//Without these server will crash..
precache_model( "models/player/fur/fur.mdl" )
//Terrorists
OrpheuMemoryReplace( "PlayerModel", 0, "terror", "fur" )
OrpheuMemoryReplace( "PlayerModel", 0, "leet", "fur" )
OrpheuMemoryReplace( "PlayerModel", 0, "arctic", "fur" )
OrpheuMemoryReplace( "PlayerModel", 0, "guerilla", "fur" )
OrpheuMemoryReplace( "PlayerModel", 0, "militia", "fur" )
}