Because programmation can be realy fun ! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Other (
https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (
https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Because programmation can be realy fun ! (
/showthread.php?tid=357989)
Because programmation can be realy fun ! -
pseudonyme - 09.07.2012
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 !