When i want to change player's model when they execute command and when I compile it put in amx i test it by executing a command but my model doesn't changes.
Here's the code:
public god(id)
{
if(get_user_flags(id)& ADMIN_LEVEL_A)
{
cs_set_user_model(id, HERE'S THE PROBLEM !!!!!!!!!!!!!!)
set_user_godmode(id, 1)
ColorChat(id, GREY, "You have ^3GodMode ^4!")