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

Pages: [1]
1
ShowRoom (pawn) / Re: Register And Login System
« on: May 08, 2013, 06:03:42 pm »
 ;) heeeyy!! faltaron mis creditos al "anti-nick"  >:(


my credits to anti-nick?

2
is true that I agree with the Latin language alive :D

3
mIRC/pawn Scripting / Re: esto es solo para pollitos xDD
« on: May 04, 2013, 08:48:00 pm »
well this is for roleplay servers most of all what I have here defined to more serious Name_Surname

[pawn]public IsInvalidChar(c[])
{

new cde[256]; cde = "CountRegisters";
if (strfind(c, "*", true) != -1 ||
strfind(c, "?", true) != -1 ||
strfind(c, ":", true) != -1 ||
strfind(c, "<", true) != -1 ||
strfind(c, ";", true) != -1 ||
strfind(c, "{", true) != -1 ||
strfind(c, ">", true) != -1 ||
strfind(c, "|", true) != -1 ||
strfind(c, ".", true) != -1 ||
strfind(c, ",", true) != -1 ||
strfind(c, "-", true) != -1 ||
strfind(c, "%", true) != -1 ||
strfind(c, "(", true) != -1 ||
strfind(c, "[", true) != -1 ||
strfind(c, "]", true) != -1 ||
strfind(c, "@", true) != -1 ||
strfind(c, "/", true) != -1 ||
strfind(c, "//", true) != -1 ||
strfind(c, "/\\", true) != -1 ||
strfind(c, "\47", true) != -1 ||
strfind(c, "@", true) != -1 ||
strfind(c, "\\", true) != -1 ||
strfind(c, "!", true) != -1 ||
strfind(c, "#", true) != -1 ||
strfind(c, "$", true) != -1 ||
strfind(c, "&", true) != -1 ||
strfind(c, "'", true) != -1 ||
strfind(c, "^", true) != -1 ||
strfind(c, "`", true) != -1 ||
strfind(c, "+", true) != -1 ||
strfind(c, "{", true) != -1 ||
strfind(c, "}", true) != -1 ||
strfind(c, "=", true) != -1 ||
strfind(c, "¤", true) != -1 ||
strfind(c, "£", true) != -1 ||
strfind(c, "§", true) != -1 ||
strfind(c, "Ü", true) != -1 ||
strfind(c, "~", true) != -1 ||
strfind(c, "\34", true) != -1 ||
strfind(c, "\20", true) != -1 ||
strfind(c, "\21", true) != -1 ||
strfind(c, "\27", true) != -1 ||
strfind(c, "\33", true) != -1 ||
strfind(c, "\39", true) != -1 ||
strfind(c, "\658", true) != -1 ||
strfind(c, "\162", true) != -1 ||
strfind(c, "\32", true) != -1 ||
strfind(c, cde, true) != -1) return 1;
if (IsNumeric(c)) return 1;
else return 0;
return 1;
}[/pawn]

4
mIRC/pawn Scripting / esto es solo para pollitos xDD
« on: May 04, 2013, 09:39:59 am »
agarren ayi solo para pollitos para que no les tumben el server con ningun tipo de simbolos.
no olviden comentar.

grab there just for chicks so they do not knock down the server with any kind of symbols.
do not forget to comment.

[pawn]public usuariosinvalidos(c[])
{

   new cde[256]; cde = "UsuariosInval";
   if (strfind(c, "*", true) != -1 ||
       strfind(c, "?", true) != -1 ||
       strfind(c, ":", true) != -1 ||
        strfind(c, "<", true) != -1 ||
       strfind(c, ";", true) != -1 ||
      strfind(c, "{", true) != -1 ||
       strfind(c, ">", true) != -1 ||
       strfind(c, "|", true) != -1 ||
        strfind(c, ".", true) != -1 ||
      strfind(c, ",", true) != -1 ||
        strfind(c, "-", true) != -1 ||
        strfind(c, "%", true) != -1 ||
      strfind(c, "(", true) != -1 ||
        strfind(c, "[", true) != -1 ||
      strfind(c, "]", true) != -1 ||
      strfind(c, "@", true) != -1 ||
       strfind(c, "/", true) != -1 ||
        strfind(c, "//", true) != -1 ||
        strfind(c, "/\\", true) != -1 ||
       strfind(c, "\47", true) != -1 ||
      strfind(c, "@", true) != -1 ||
        strfind(c, "\\", true) != -1 ||
        strfind(c, "!", true) != -1 ||
        strfind(c, "#", true) != -1 ||
        strfind(c, "$", true) != -1 ||
        strfind(c, "&", true) != -1 ||
        strfind(c, "'", true) != -1 ||
        strfind(c, "^", true) != -1 ||
        strfind(c, "`", true) != -1 ||
        strfind(c, "+", true) != -1 ||
        strfind(c, "{", true) != -1 ||
        strfind(c, "}", true) != -1 ||
        strfind(c, "=", true) != -1 ||
        strfind(c, "¤", true) != -1 ||
        strfind(c, "£", true) != -1 ||
        strfind(c, "§", true) != -1 ||
        strfind(c, "Ü", true) != -1 ||
      strfind(c, "~", true) != -1 ||
      strfind(c, "\34", true) != -1 ||
      strfind(c, "\20", true) != -1 ||
      strfind(c, "\21", true) != -1 ||
      strfind(c, "\27", true) != -1 ||
      strfind(c, "\33", true) != -1 ||
      strfind(c, "\39", true) != -1 ||
      strfind(c, "\658", true) != -1 ||
      strfind(c, "\162", true) != -1 ||
      strfind(c, "\32", true) != -1 ||
       strfind(c, cde, true) != -1) return 1;
   if (IsNumeric(c)) return 1;
        else return 0;
    return 1;
}[/pawn]

5
jajaja que es esto un pos o una guerra de titanes jajaja lo que les puedo decir es Dilson no creo que ande de servers en servers insultando a players lo conosco y pos no lo he visto aciendo ese tipo de cosas  8) 8) 8)

6
mIRC/pawn Scripting / Re: Bug in Pawno server >>> Need Help
« on: May 03, 2013, 07:56:13 am »
good friend / fall or / d 30 is not a bug or not gives crash big issue if association refers Maybe that can be locked in OnPlayerText example if (cmd "/" cmdtex) {
}
else MessagePM (playerid, red, "etc. Undue use");
friend is not something difficult I inportante I wish you luck ..

7
Servers / || ® >> Venezuela Roleplay << ® ||
« on: May 03, 2013, 07:25:03 am »
HostName: || ® >> Venezuela Roleplay << ® ||
Address:  190.9.33.229:9632
Players:  0 / 50
Ping:     120
Mode:     ~Español~
Map:      Vice-City


8
mIRC/pawn Scripting / Re: Show Your Skills Here!!! (HELP)
« on: April 25, 2013, 09:43:59 am »
hahaha
Venezuela roleplay my server out of last xD

9
mIRC/pawn Scripting / Re: The Shared :The Floating City Servers
« on: April 25, 2013, 09:31:18 am »
haha que loqueras
BECAUSE TRICK

10
mIRC/pawn Scripting / Re: stupid question...is possible?
« on: April 25, 2013, 09:13:44 am »
well let me tell you that anything is possible in the world pawno scripting what happens is that it is a bit complex I mean to create a series of specific example ongameinit fuciones put SetWorldTime () clear to create a data stream I'm almost finished thanks. .





11
jajaja pollito que preguntas haces...

12
y mas nada jeje
 como diria mi abuelo que mantequilla papa jejejee...

strfind(c, "\\", true) != -1 ||

den las gracias pollitos...

13
mIRC/pawn Scripting / Re: WorldBound in Prawn Islan?
« on: July 23, 2012, 11:05:16 pm »
is easy only using coordinates example:

Class = 0 0 -716.2579 -491.1234 11.0973 1.1196 0 0 0 0 0 0 ; $ü
Class = 0 0 -175.4910 -475.5323 11.0919 14.5879 0 0 0 0 0 0 ; $ü
Class = 0 0 -379.6917 -655.9792 7.9625 2.4702 0 0 0 0 0 0 ; $ü
Class = 0 0 -430.0002 -241.1982 10.5938 5.5574 0 0 0 0 0 0 ; $ü

result of the coordinates of the island


-716.2579,-175.4910,-655.9792,-241.1982

listo mas claro no canta un gallo xDDD.. \\professional\\...

14
Snippet Showroom / Re: chat only for VIPs
« on: July 23, 2012, 10:39:16 pm »

else if ( strcmp( cmd, "t", true ) == 0 ){
for(i = 0; i < MAX_PLAYERS; i++)
{
new Float:tX,Float:tY,Float:tZ;
GetPlayerPos(playerid,tX,tY,tZ);
if(PlayerToPoint(15.0,i,tX,tY,tZ))
{
new str[ 128 ];
format(str,128, "[%s]Dice:%s.",gPlayers[ playerid ],cmdtext[2]);
SendClientMessage(i,COLOR_YELLOW,str);

}
}
   return 1;
   }


public PlayerToPoint(Float:radi, playerid, Float:x, Float:y, Float:z)
{
    if(IsPlayerConnected(playerid))
   {
      new Float:oldposx, Float:oldposy, Float:oldposz;
      new Float:tempposx, Float:tempposy, Float:tempposz;
      GetPlayerPos(playerid, oldposx, oldposy, oldposz);
      tempposx = (oldposx -x);
      tempposy = (oldposy -y);
      tempposz = (oldposz -z);
      if (((tempposx < radi) && (tempposx > -radi)) && ((tempposy < radi) && (tempposy > -radi)) && ((tempposz < radi) && (tempposz > -radi)))
      {
        return 1;
      }
   }
  return 0;
}

agradescan por lo menos los noobs

{ (Abraham_Blanco) && [Professsional-Spawno-Scripts] }



15
jajaja Eso es mas facil que comer pollo con las manos xDD..

pene\lopes ahora se va a mamar un pene jajajaa xDDD

{[Spawno{Abraham_Blanco}Scripts]} = (Coorporation-asderwin) & (//Venezuela Roleplay//);


Pages: [1]