I tried changing the default models on the server with the code given from other threads.
Code:
#include <amxmodx>
#include <cstrike>
public plugin_precache()
{
precache_model("models/player/new/mytmodel.mdl")
precache_model("models/player/new/myctmodel.mdl")
}
But it did nothing. and it has the same models as usual.
Any suggestions?