09.08.2010, 06:33
SetSampForumUserSkillLevel(user,999999999);
format(string,sizeof(string),"* Your scripting skill level is now %d, by %s, reason: %s",GetSampForumUserSkillLevel(user),postauthornam e,post above);
SendClientMessage(user,COLOR_LIGHTBLUE,string);
return 1;
format(string,sizeof(string),"* Your scripting skill level is now %d, by %s, reason: %s",GetSampForumUserSkillLevel(user),postauthornam e,post above);
SendClientMessage(user,COLOR_LIGHTBLUE,string);
return 1;

