Because programmation can be realy fun !
#1

Hello there !

I've started the same topic in the french section and it's a succes so i post it in english !

First, sorry for my bad english :-°

In this topic we will post some useless, derps and fun pawn codes !

Don't care about optimization, uses or anything like this, ur codes have to be stupids !

Of course, most codes shouldn't be tested because some ones can crash ur computer (if they are realy derps ).

Let's begin with my best one: REALY DERP !

pawn Код:
new const Chuck_Number = 90^99;

forward Derp();

public OnPlayerConnect(playerid)
{
      for(new i = Chuck_Number*(-1); i < Chuck_Number; i++)
     {
           SendClientMessageToAll(-1, "I guess my hoster is going to ban me ... !");
           SetTimer("Derp", 1, false);
     }
}

public Derp()
{
   for(new i = Chuck_Number; i  > Chuck_Number*(-1); i++)
   {
        SendClientMessageToAll(-1, "The one who has realy tested this script is a true dumbass !");
   }
}
Let's play & have fun !
Share ur derps codes !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)