from the beyonder code
Code:
new model[32],modelchange[128]
get_user_info(id,"model",model,31)
format(modelchange,127,"models/player/%s/%s.mdl",model,model)
client_print(id,print_chat,"You Spawned A Fake with model %s",model) //DEBUG MESSAGE
entity_set_model(beyonder[id], modelchange)
__________________