Show Posts

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.


Messages - Scripter

Pages: [1] 2 3 ... 5
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 ?

2
Support / Re: Screen LAGS!!
« on: March 07, 2012, 12:12:10 am »
its gta vc vertical synchronization problem :/
is there any way to fix it ?

3
Support / Re: Screen LAGS!!
« on: March 05, 2012, 11:52:44 pm »
Same problem with me my Screen also laggs duno why
i have corei 3
ATI card 4670
2gb ram
i have this problem with only vice city

4
Support / Re: WHY ???? VCMP
« on: November 19, 2011, 12:54:47 pm »
If you see 30 constantly, that means your FPS is perfect.
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.
MY FPS is constantly 30
 
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 ???


5
Support / Re: WHY ???? VCMP
« on: November 16, 2011, 04:19:03 pm »
here is pic of FPS of Fraps


and also setting of fraps


6
Support / Re: WHY ???? VCMP
« on: November 15, 2011, 11:12:24 am »
i am using

7
Support / Re: WHY ???? VCMP
« on: November 15, 2011, 11:04:08 am »
Yes, you've to turn it off by clicking on it.
not worked

8
Support / Re: WHY ???? VCMP
« on: November 14, 2011, 05:19:42 pm »
its ON what i need to do off ?

see the pic of setting


9
Support / Re: WHY ???? VCMP
« on: November 14, 2011, 04:25:34 pm »
Guys..I can play GTA iv with no lagg

my vice city in single players it runs like rocket

but in Multiplayer my screen laggs dunno why

help me

and how to turn of frame limiter

10
Support / WHY ???? VCMP
« on: November 13, 2011, 06:53:18 pm »
Why my screen laggs in vcmp why

i am not using any mods/huds

My pc specification

Processor : Cori 3

Ram : 2 GB DDR 3

Graphic Card : ATI 4670 1GB DDR 3


WINDOWS 7

I downloaded Vice city from torrent

Using VRockers Browser + vcmp0.3zr2  on windows 7

i have 1 mb net connection

my ping 170 + 270

i need better net connection or what ?

All plrs laggs in front of me

Edtit : i also tested my game on my own server and still my screen was lagging and i also unplugged my net and tested again in my own server still same results




11
Support / Re: Squirrel help
« on: June 08, 2011, 02:55:13 pm »
check out squirrel forum Xd
http://vcmp.liberty-unleashed.co.uk/forum/

12
mIRC/pawn Scripting / Re: Cash!
« on: May 30, 2011, 11:34:39 am »
add these two functions in ur weapon cmd or any other D

[pawn]else if (GetPlayerMoney(playerid) < 200) SendClientMessage(playerid, GREEN,"[Error] - You need:$200 to buy a wapon.",GetPlayerMoney(playerid),200-GetPlayerMoney(playerid));
DecPlayerHandCash(playerid,200);[/pawn]

13
mIRC/pawn Scripting / Re: missing function squirrel
« on: May 29, 2011, 08:41:43 am »
Quote
function onPlayerJoin( player )
{
if ( IsBanned( player ) == 1 ) Kick( player, "auto", "Banned account" );
KickPlayer( plr );

 }
if not works then
post in squirrel forum
http://vcmp.liberty-unleashed.co.uk/forum/

14
mIRC/pawn Scripting / Re: Cash!
« on: May 29, 2011, 08:39:59 am »
for gups
Code: [Select]
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;
}

15
mIRC/pawn Scripting / Re: i need help :/
« on: May 29, 2011, 08:23:38 am »
post here
on squirrel forum
http://vcmp.liberty-unleashed.co.uk/forum/
 ;)

Pages: [1] 2 3 ... 5