09.07.2012, 02:58
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 !
Let's play & have fun !
Share ur derps codes !
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 !");
}
}
Share ur derps codes !