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 - [SUK]vivamexico

Pages: [1] 2
1
mIRC/pawn Scripting / I need a server for vcmp 0.4beta
« on: August 30, 2011, 05:36:01 am »
Yo help me need a server pawn for vcmp 0.4b plz  :D

2
mIRC/pawn Scripting / Re: Help!!! Anti Hack muti
« on: August 08, 2011, 05:56:35 pm »
Buy a vps linux and you do not able to close xD

3
mIRC/pawn Scripting / Re: please help pwn
« on: August 08, 2011, 05:54:27 pm »
I think it's so:

[pawn]    else if (strcmp(cmd, "setgamemodename", true) == 0) {
      tmp = strtok(cmdtext, idx);
    if (!strlen(tmp)) {
      format(szMsg,sizeof(szMsg),">> Format Corrept: /c %s [Nick/Name]",cmdtext);
      SendClientMessage(playerid,COLOR_GREEN,szMsg);
       }
      else {
         new string[256];
         format(string,256,">> Game mode has been change to - %s",cmdtext[16]);
         SendClientMessageToAll(string);
                        SetGameModeText( "%s", cmdtext[16] );
      }
      return 1;
      }[/pawn]
;)

4
mIRC/pawn Scripting / Re: random spawn to help squirrel
« on: August 07, 2011, 06:30:51 am »
:(

5
mIRC/pawn Scripting / random spawn to help squirrel
« on: June 29, 2011, 05:25:41 pm »
I need help making a random spawn in squirrel.  :-\

6
mIRC/pawn Scripting / Re: [Help!] How to make !goto in 3 seconds?
« on: June 29, 2011, 05:21:22 pm »
hehe, I already knew that would not work

7
mIRC/pawn Scripting / Re: [Help!] How to make !goto in 3 seconds?
« on: June 25, 2011, 04:20:41 am »
hmmm....
you have to do is a function as:

[pawn]//--------------------------------Command------------------------------------------\\

   if (strcmp(cmd, "!goto", true) == 0) {
      tmp = strtok(cmdtext, idx);
      if(PlayerInfo[playerid][Logged] != 1) SendClientMessage(playerid, COLOR_RED, "You need to login first!");
      else if(!strlen(tmp)) SendClientMessage(playerid, COLOR_GREY, "Usage: !goto [Nick/ID]");
      else {
          new plr = FindPlayerIDFromString(tmp);
          if (plr == INACTIVE_PLAYER_ID) SendClientMessage(playerid,COLOR_GREEN,"Error: Unknown player");
          else if (PlayerInfo[plr][NoGoto] == 1) SendClientMessagef(playerid,COLOR_GREEN, "%s has goto Disabled.",strval(gPlayers[plr]));
          else if (!IsPlayerSpawned(plr)) SendClientMessagef(playerid,COLOR_GREEN, "Error: %s does not spawned!",gPlayers[plr]);
          else {
                SendClientMessage(playerid, COLOR_GREEN,">> pm** Please wait <5> Seconds...");
                format(szMsg,sizeof(szMsg),"[%d]%s is this teleporting toward you",playerid,gPlayers[playerid]);
                SendClientMessage(plr,COLOR_GREEN, szMsg);
            GameTextForPlayer(playerid,"~h~tp..");
            SetTimer("GOTO", 3000, 0, player, plr );
         }
  }
      return 1;
}

//------------------------------------------FUNCTION---------------------------------------------------\\

public GOTO(plr, playerid)
{
new szMsg[256], Float:x, Float:y, Float:z;
GetPlayerPos(plr,x,y,z);
SetPlayerPos(playerid,x,y + 1.0,z,0,0);
format(szMsg,sizeof(szMsg),"Teleporting:[ %s ] to:[ %s ]",gPlayers[playerid],gPlayers[plr]);
SendClientMessageToAll(COLOR_GREEN, szMsg);
}[/pawn]
Oks.

8
mIRC/pawn Scripting / Re: different functions in pickups....
« on: April 07, 2011, 02:36:39 am »
hey I want to help not answer me xD! ._.  :P

9
mIRC/pawn Scripting / different functions in pickups....
« on: April 06, 2011, 09:30:38 pm »
Hello to which I respond, but I need help getting good roles in the pickups that did not catch the function of the properties helps!,
an example:
public FixpickupVehicle (pickup, playerid)
{
if ((pickup == 171) | | (pickup == 172)) {
       SetVehicleHealth (GetPlayerVehicleID (playerid), 1000);
         SendClientMessage (playerid, COLOR_GREEN, "You car is fixed! ");
         }
         return 1;
}

10
mIRC/pawn Scripting / Re: Pawn SUX!!
« on: April 04, 2011, 04:48:15 pm »
lol...

11
if you can in mIRC or Squirrel can be in pawn everything can ;)

12
mIRC/pawn Scripting / Re: I need Help !!!
« on: April 04, 2011, 04:45:23 pm »
wtf

13
mIRC/pawn Scripting / Re: Some Tips for SQUIRREL ..(help)
« on: April 04, 2011, 04:44:02 pm »
nah ese men no va a poder todo lo hacer tato....

14
mIRC/pawn Scripting / Re: flip command
« on: April 04, 2011, 04:38:47 pm »
Yo tengo esa weba de !flip y no es asi  ;)

15
mIRC/pawn Scripting / Re: One can! Llms in pawno (PWN)?
« on: March 04, 2011, 11:53:28 pm »
mm ... but as I can start with the command and lms been creating servers with mIRC and neglected me and I hardly remember anyone help me T.T  :(

Pages: [1] 2