1
Support / Re: Screen LAGS!!
« on: March 07, 2012, 10:26:15 am »Try setting gta-vc.exe priority to high / above normal ?well. i don't know how to do that so can you clear it how do it ?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Try setting gta-vc.exe priority to high / above normal ?well. i don't know how to do that so can you clear it how do it ?
its gta vc vertical synchronization problem :/is there any way to fix it ?
If you see 30 constantly, that means your FPS is perfect.MY FPS is constantly 30
In other words, your game does not lag.
Maybe you didnt meant FPS lag when you posted this topic.
If the problem is players warping (teleporting randomly anywhere) on your screen.....you just need to get used to it.
If the problem is players warping (teleporting randomly anywhere) on your screen.....you just need to get used to it.yes u r right so what i need to do
Yes, you've to turn it off by clicking on it.not worked
function onPlayerJoin( player )if not works then
{
if ( IsBanned( player ) == 1 ) Kick( player, "auto", "Banned account" );
KickPlayer( plr );
}
else if (strcmp(cmd, "heal", true) == 0) {
new Float:Health; GetPlayerHealth(playerid,Health);
if(PlayerInfo[playerid][Logged] != 1) SendClientMessage(playerid, COLOR_RED, "You need to login first!");
else if (GetPlayerMoney(playerid) < 200) SendClientMessage(playerid, GREEN,"[Error] - You need:$200 to heal.",GetPlayerMoney(playerid),200-GetPlayerMoney(playerid));
else if (Health >= 100) SendClientMessage(playerid,COLOR_GREEN,"Error: You are healthy!");
else {
SetPlayerHealth(playerid,100.0);
DecPlayerHandCash(playerid,200);
SendClientMessage(playerid,COLOR_GREEN,"You have been healed.");
}
return 1;
}