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

Pages: [1]
1
General Discussion / VC:MP on android
« on: January 27, 2014, 02:07:38 am »
Hello.

I got a tablet with 4.2 android and it has vice city installed, and i would like to play it on multiplayer. Is there an android version? Thanks.

2
Support / Ping difference between SA:MP and VC:MP
« on: November 29, 2013, 02:06:31 am »
Hello, well, as i've seen many SA-MP servers as i have got it, i would like to get an answer

Why is there a very high ping difference between SA:MP and VC:MP? My pings in VC:MP are 290-400, while using 800 x 600 resolution (although resolution changes nothing else, i have tried it too)

my pings in SA:MP are 160-200 (using a United-States host for a server that i play), while using 1280 x 1024 resolution


If SA:MP needs more requeriments to be played, why my ping is so low? it would be higher and my ping in VC:MP should be more low.

Why is there a difference?

3
Support / Stack overflow when i close vcmp
« on: July 26, 2013, 04:49:00 am »
I use windows Vista, when i close vcmp, this...

Image uploaded with EA Image hosting

4
General Discussion / What the fuck...?
« on: May 12, 2013, 11:51:08 pm »
WTF ¿? This is the 0.4!?, but how it came to be in the hands of this person ._.

Check the video ._.

http://www.youtube.com/watch?v=AaY3MryeJqk

P.D: Video in spanish.

5
General Discussion / A idea for 0.4 :p
« on: May 12, 2013, 10:31:29 pm »
i have a idea to the 0.4.

fix "GivePlayerMoney" in pawn, the bug is, when a player use that function, doesnt INCREASE the cash, only GIVE, right? is like a SetPlayerCash...

Sorry my bad english :p

6
Snippet Showroom / Easy Clan-war System By me and aledark24 :)
« on: April 12, 2013, 05:17:13 am »
Hello all, today i bring a Easy clan-war make by aledark24 and me.. XD, Ok First:

Create a public:

[pawn]public LevelClans(Clan)
{
   new clan[256];
    if (Clan == 0) clan = "Clan0";
   if (Clan == 1) clan = "Clan1";
    if (Clan == 2) clan = "Clan2";
   if (Clan == 3) clan = "Clan3";
   if (Clan == 4) clan = "Clan4";
   if (Clan == 5) clan = "Clan5";
   if (Clan == 6) clan = "Clan6";
   if (Clan == 7) clan = "Clan7";
    if (Clan == 8) clan = "Clan8";
    if (Clan == 9) clan = "Clan9";
   if (Clan == 10) clan = "Clan10";
   if (Clan == 11) clan = "Clan11";
   else if (Clan >= 12) clan = "Clan12";
   return clan;
}
[/pawn]
Place this Dini_set in your /c register Command, to modify a clan without stay In-Game (with the Users File):

[pawn]   dini_Set( file, "Clan", "1" );[/pawn]

Create 2 Publics:

[pawn]public GetPlayerClan(playerid)
{
    format(INFO,256, USERS_FILE, gPlayers[playerid]);
   new Clan; Clan = dini_Int(INFO,"Clan");
   return Clan;
}
public SetPlayerClan(playerid,Clan)
{
    format(INFO,256, USERS_FILE, gPlayers[playerid]);
   dini_IntSet(INFO,"Clan",Clan);
}[/pawn]

Create a command for admins, to register a user in a clan:

[pawn]            else if (strcmp(cmd, "setclan", true) == 0)
     {
     new level[256];
     new plr;
      tmp = strtok(cmdtext, idx), plr = FindPlayerIDFromString(tmp), level = strtok(cmdtext, idx);
   if ( !IsLoggedIn( playerid ) ) SendClientMessage( playerid, COLOR_RED, "Please Login your account" );
else  if (!strlen(tmp)) Mensaje(playerid, RED,"[System] - Use: /c setclan <Nick/ID> <IDClan>" );
else if ( !IsAuthorized( playerid, cmd ) ) SendClientMessage( playerid, COLOR_RED, "You need required a admin level to use this command" );
    else if (plr == INACTIVE_PLAYER_ID) Mensaje(playerid, ROJO,"[Error] - Player Not Connected");
           else {
      {
               format( szMsg, sizeof( szMsg ), "Admin %s register %s in the clan [%s]",gPlayers[playerid],gPlayers[plr],LevelClans(strval(level)));
            SendClientMessageToAll( COLOR_GREEN, szMsg);
                SetPlayerClan(plr,strval(level));
              }
      }
      return 1;
    }
[/pawn]

Macro:

[pawn]#define Mensaje SendClientMessage[/pawn]

The Basic commands for users...:

[pawn]            else if (strcmp(cmd, "accepttest", true) == 0)
     {
      tmp = strtok(cmdtext, idx);
if ( !IsLoggedIn( playerid ) ) SendClientMessage( playerid, COLOR_RED, "Please Login." );
           else {
       if(GetPlayerClan(playerid) == 0)
      {
     SetPlayerPos(playerid,-1766.81921,-137.94221,14.86832, 0, 0);
             format( szMsg, sizeof( szMsg ), "%s Accepted the Clanwar [TEST]",gPlayers[playerid]);
            SendClientMessageToAll( AMARILLO, szMsg);
              }
else SendClientMessage(playerid,COLOR_RED,"You no are a member of ClanTest or admin not registered you in a clan");
     }
      return 1;
}[/pawn]

To members using Commands for Only Clan, Create a commands with "GetPlayerClans"... This command is a test.. basic :)

Credits: 52% By Aledark24

And, Sorry for my bad english.

7
Hi mans, today i bring a Game-Mode to install on your server.. This Gamemode Contains:

Vehicle System (Limited atleast 34 vehicles, others vehicles has been removed for crash)

/c comprarauto (Spanish)

/c venderauto (Spanish)

/c compartirveh (Spanish)

/c descompartirveh (Spanish)

Clan-War System [Unique]

/c clanwarvu

/c clanwararp

/c clanwargek

/c clanwareaf (Spanish)

/c clanwarhef (Spanish)

/c clanwarmk (Spanish)

/c clanwarnk (Spanish)

/c clanwarulk (Spanish)

/c clanwartrc (Spanish)

/c clanwarosk (Spanish)

/c darclan [Admins can register a user on Clan whit Dini_Set] (Spanish)

/c aceptararp (Spanish)

/c aceptargek (Spanish)

/c aceptartrc (Spanish)

/c aceptarosk (Spanish)

/c aceptarnk (Spanish)

/c aceptarmk (Spanish)

/c aceptarvu (Spanish)

/c aceptarulk (Spanish)

DM Commands

!ir (Spanish [!goto])

!gotoloc (ENG)

!pelea (Spanish [!fight])

!batalla (Spanish [!battle])

!guerra (Spanish [!fight2])

Register System

/c registrar (Spanish [/c register])

/c conectar (Spanish [/c login])

/c logout (ENG)

Admin Commands

/c ban

/c kick

/c admindutyon

/c admindutyoff

/c ann

/c ann2

/c setmoney

/c setlevel

/c getall

/c armall

/c slap

/c matar [ /c slay ]

And Others..

Others System/Commands

Race System v1 [do /c carrera [!race] or /c crearcarrera [!startrace]

Anti-HP Hack

Anti Spawn-killing

Special Credits:

aledark24 [...]

DilsonTB [The Best Man :D]

Katanna [Made Man]

LucianO! [Good Brother]

Download Link HERE

8
General Discussion / suggestion for 0.4
« on: March 19, 2013, 05:14:11 am »
Hi All brothers... My Suggestion is simple. Incluid the function of SA:MP "PlayAudioStreamForPlayer", on VC:MP.. can add? Thanks all, VC:MP team..

Explication:

"PlayAudioStreamForPlayer" in pawn, is used in the following form:

[pawn]PlayAudioStreamForPlayer(playerid,"Link MP3"); // replace "Link MP3" for a link of MP3 Music[/pawn]

Example of use:

[pawn]PlayAudioStreamForPlayer(playerid,"http://www.fluxblog.net/skrillex_bangarang.mp3");[/pawn]

accept my suggestion? This Function is VERY Good for all servers RP and DM.

9
VC:MP Clans / [PUK] ~====Paralitic Undergrounds Killers====~ [PUK]
« on: February 14, 2013, 09:57:35 pm »
==================================================
 New Clan In VCMP
==================================================


Leader :Tomiijaja
Co~Leader : None

Official Forum: puclan.latinforo.com (In construction)

==============================================================
information Basic of Clan
==============================================================

Tags

For a [PUK] Leader or Co-leader

For a [PUK] Moderator

For a [PUK] Administrator

For a [PUK] Full Member

For a [PUK] Roockie Member

For a [PUK] Trainee

Clan Application open

10
mIRC/pawn Scripting / [Help] Need a link of squirrel
« on: February 14, 2013, 06:31:55 am »
Hi all comunity,  Need the link of Squirrel Editor, plz give me Link ok squirrel, thanks.

Pages: [1]