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.


Topics - Fuzzy168

Pages: 1 [2] 3 4 5
16
Support / Weird Encounter
« on: December 15, 2011, 04:40:49 am »
Yesterday(14 December 2011), I was taking vehicle position. I used Internal IP as my server IP. I thought no one will see it. Than suddenly three guys entered my server. 1 from my country, another from Pakistan and another I don't know from where. I always thought that Internal IP won't be on the internet list? I checked using the VCMP check by stormeus. It says not online? There was the guy from my country when I checked to see if my server is actually online of not? I have a screenshot and a thread of my discussion with the first two.

17
Support / Server Limits
« on: December 13, 2011, 05:26:12 am »
I'm not so sure if this really relates to the type of script I'm using. But I will just ask.
  • What is the maximum number of vehicles that I can add on one server?
  • What is the maximum amount of vehicle models that can a server handle?
  • Where can I get checkpoints and icons id? (The checkpoints and icons are for Squirrel use. Eg: Ammunation Icon, Pink Marker, Save House Icon, etc.)

18
Support / Servers...
« on: November 28, 2011, 02:17:41 pm »
So I want to know. Because I open my server and I can see it in the internet list. (My new internet) The same thing happen when I first open a server. (My old internet. I am using it now..) Which was way back before I had lots of problem. My question: If I open the vcmp-svr.exe, will my server be automatic in the internet list?

19
Support / problem with /build mode
« on: November 23, 2011, 07:44:47 am »
when i type /vehicle <id> example /vehicle 200, no vehicle come out. when i type /skin <id> example /skin 90 I crash? I changed my .exe to gta-vc -d.exe as told in the FAQ. help me?

20
mIRC/pawn Scripting / Headshot help
« on: November 16, 2011, 11:40:38 am »
I want to create a script for headshot. here is my script..
[pawn]   else if(bodypart == case:6)//here is the errors.
   {
       new Msg[128];
      GameTextForPlayer(killerid, "Headshot!");
      IncPlayerKills(killerid);
      IncPlayerDeath(playerid);
      IncPlayerCash(killerid, 500);
      DecPlayerCash(playerid, 200);
      format(Msg, sizeof(Msg), "%s headshoted %s.", gPlayers[killerid], gPlayers[playerid]);
      BotMessageAll(Blue, Msg);
      return 1;
   }
[/pawn]Something wrong? how to put it?

21
mIRC/pawn Scripting / includes?
« on: November 13, 2011, 08:32:17 am »
How do i create Includes???

22
mIRC/pawn Scripting / SetTimer help
« on: November 05, 2011, 06:59:50 pm »
Is there anyway to set a timer to a specific person?

23
mIRC/pawn Scripting / Can someone tell me!?
« on: November 05, 2011, 06:40:15 pm »
I always get confuse with the Dini function names... Can someone tell me what it stand for? I will help alot

24
Support / what time is this?
« on: November 01, 2011, 06:18:25 pm »

What wrong with the sky?? Or is it me... Or is it my script..???

25
Support / Problems with client..
« on: November 01, 2011, 05:29:56 pm »
Sometimes my client show part of the servers. Sometime, it shows more..?? what is wrong?

26
mIRC/pawn Scripting / How to change time?
« on: October 31, 2011, 05:06:38 am »
I want to change the time when player play. How to change??

27
mIRC/pawn Scripting / I need a tutorial
« on: October 29, 2011, 08:05:26 am »
I have problems adding account system to my script. Can anyone give me a tutorial of how to create an account system???

28
mIRC/pawn Scripting / SetTeamCount Function?
« on: October 18, 2011, 05:38:12 am »
What is that for??? Is it to limit the number of people using the skin to a number??

29
mIRC/pawn Scripting / Skinid, Teamid & Classid
« on: October 17, 2011, 06:51:32 am »
TeamID = Teams
Skinid = Skins
Classid = What is it for?

30
mIRC/pawn Scripting / 2 Questions..
« on: October 14, 2011, 07:17:53 am »
1. What is the differences between stock and public?

2. How to encrypt Pawn password? Not like Gups 1.16

Pages: 1 [2] 3 4 5