16.09.2011, 23:02
I had to downgrade to XP cause my hardware is going bad and my computer is a bit slower on 7, so now I can actually play SA:MP and other games without lag.
if(GetUserComputerSpecs(userid))
{
if(HasUserGoodSpecs(userid))
{
SendClientMessage(userid, COLOR_IMPORTANT, "Go for Windows 7");
}
else if(HasUserBadSpecs(userid))
{
SendClientMessage(userid, COLOR_IMPORTANT, "Go for Windows XP");
SendClientMessage(userid, COLOR_IMPORTANT, "For the sake of SAMP, get a better system dude");
}
}
Originally Posted by Venice
Win 8 Beta that awesome
|
Well I prefered XP but now I am a Windows 7 user, there are alot of things Windows XP got, including less CPU and RAM usage, while there are some great features in Windows 7 too. And I have used Windows Vista too, good but it doesn't compete with XP and 7.
Well if you have a great PC with great specs then go for Windows 7 else go for XP! pawn Код:
|