17.09.2011, 13:57
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!
Well if you have a great PC with great specs then go for Windows 7 else go for XP!
pawn Код:
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");
}
}