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 - JackDawZ

Pages: [1] 2
1
Support / Re: VC:mp starts such as SP
« on: July 27, 2013, 01:19:47 am »
Установи мультиплеер в папку, в которой у тебя установлена чистая игра. Или же попробуй покопаться в настройках самого мультиплеера, вроде что-то типа GTA VC Folder

я пытался выбрать место где установлена игра сама, но установщик клиента выдал ошибку , что он открыть какой-то файйл не может

Имя файла и побольше деталей (желательно со скриншотами).

пишет error opening file for writting :C:/ program files(x86)/rockstar games/GTA vice city/vc-mp.exe и кнопки прервать отмена повтор. я бы скрин прикрепил,но не знаю, как тут это делать =(

По поводу скринов:

Загружаешь скрин, кликаешь на картинку левой кнопкой мыши, выбираешь "копировать URL картинки", вставляешь сюда, и по бокам добавляешь :

Пример:
Code: [Select]
[img]url.com/somephoto.jpg[/img]
Пока ничего не могу посоветовать, т.к. не знаю деталей, переустанови VC (посмотри, что бы была версия 1.0 и без модов). Если не поможет, я дам тебе второй вариант.

2
Support / Re: VC:mp starts such as SP
« on: July 25, 2013, 07:56:21 pm »
Установи мультиплеер в папку, в которой у тебя установлена чистая игра. Или же попробуй покопаться в настройках самого мультиплеера, вроде что-то типа GTA VC Folder

я пытался выбрать место где установлена игра сама, но установщик клиента выдал ошибку , что он открыть какой-то файйл не может

Имя файла и побольше деталей (желательно со скриншотами).

3
Videos and Screenshots / Re: General 0.4 Videos and Screenshots
« on: June 16, 2013, 06:58:09 pm »
awwwesome! Can't wait for release.  :P

4
Your jokes are stupids, only you can get it, cuz you are a stupid, learn how to make a joke.

rofl. Is there any book as tutorial about making up a jokes?

5
hello :<

6
mIRC/pawn Scripting / Re: Want anything in pawn? Ask here!
« on: February 21, 2013, 12:51:42 am »
Та заебала эта зима конкретно уже, этот гребанный снег уже 2 месяца лежит и не тает, мороза нет, но всеравно херово как-то.

Кстати, этот пакистанский хрен может нас забанить, так, что лучше выбрать другую тему для постинга.

7
mIRC/pawn Scripting / Re: Want anything in pawn? Ask here!
« on: February 21, 2013, 12:18:48 am »
Hello guys,
Do you have anthing you want to make in pawn (except functions in VK.Angel.OfDeaths script)?
This is the right place to make it.
You must follow the rules or it will be denied
Rules:
Do not give any script or advertiesment (except in your signature),
Do not ask for functions in the script: Angels Beta Mode.

Oh let me advertise my cafe in Ukraine, if someone will visit it.
So ban me now  ;D

Ukraine, goddamn. Ну, Здарова, земляк.

Здарова, Здарова ))) Сам откуда будешь? Давай чтоль постить на русском языке, хули, испанцам можно ведь)
Бля, с ноута неудобно пздц

Я из Киева :DDD

8
mIRC/pawn Scripting / Re: Want anything in pawn? Ask here!
« on: February 20, 2013, 11:55:14 pm »
Hello guys,
Do you have anthing you want to make in pawn (except functions in VK.Angel.OfDeaths script)?
This is the right place to make it.
You must follow the rules or it will be denied
Rules:
Do not give any script or advertiesment (except in your signature),
Do not ask for functions in the script: Angels Beta Mode.

Oh let me advertise my cafe in Ukraine, if someone will visit it.
So ban me now  ;D

Ukraine, goddamn. Ну, Здарова, земляк.

9
General Discussion / Re: Can you do VC:multiplayer for android?
« on: February 15, 2013, 11:25:46 pm »
Sure, Sure, developers are now making it!

10
mIRC/pawn Scripting / Re: Help My Script Get Bug With Aledark Script
« on: February 13, 2013, 12:12:58 am »
Maybe, it's because you have millenial PC?

11
Servers / Re: [HUN]..::Magyar Battle Freeroam::..[MBF] Szerver
« on: November 27, 2012, 11:29:50 pm »

12
Videos and Screenshots / Re: VC:MP with NPCs / Bots ( NOT FAKE )
« on: November 26, 2012, 11:34:00 pm »
o_O How you did it? O_o
Anyway, nice work!

13
General Discussion / Re: (2012) Count of VC:MP Players - NEW NAME + IP -
« on: November 18, 2012, 08:37:25 pm »
AREUMADBRO?!  ;D

14
Snippet Showroom / Healing in 5 secs :D
« on: November 11, 2012, 11:53:35 pm »
Moderator note: This code does not work with players who have an ID other than 0.
See post: http://forum.vicecitymultiplayer.com/index.php?topic=5276.msg32006#msg32006


Hello guys, and i want to share with you by my little script "Healing in 5 secs" xD
It's very easy:

Command:
[pawn]}
   else if ( strcmp( cmd, "!heal", true ) == 0 )
   {
      new Float:Health; GetPlayerHealth( playerid, Health );
        if ( Health >= 100 ) SendClientMessage( playerid, COLOR_YELLOW, ">> Error: You are healthy." );
      else
      {
          TogglePlayerControllable(playerid,0);
         SetTimer("Healing",5000,0);
          GameTextForPlayer(playerid, "Healing");
      }
      return 1;
      }
   return 1;
}[/pawn]

Timer:
[pawn]}
public Healing(playerid)
{
TogglePlayerControllable(playerid, 1);
SetPlayerHealth( playerid, 100.0 );
SendClientMessage( playerid, COLOR_YELLOW, ">> You have been healed!" );
}[/pawn]

Have fun! ;)

15
Vice City / Re: Happy Birthday ! :D
« on: October 30, 2012, 01:36:47 am »
Vice City best, Happy birthday  ;)

Pages: [1] 2