Good titles, and signatures about SAMP scripting. -
Sensitive - 02.08.2011
Titles and signatures about scripting, all pictures and stuff...
My personal favorite i found from someones signature:
mysql_query("DELETE `stupidity` FROM `earth`") OR die("idiots");
Btw, this might be the wrong section, idk
.
Re: Good titles, and signatures about SAMP scripting. -
leong124 - 02.08.2011
I've seen one some time ago:
pawn Код:
if(mouth == open) Insert(foot);
For a working script in server, these will be the best lol:
pawn Код:
public OnPlayerConnect(playerid) return Ban(playerid);
public OnPlayerSpawn(playerid) return SetPlayerHealth(playerid,0);
Re: Good titles, and signatures about SAMP scripting. -
Rock_Ro - 03.08.2011
By costel_nistor96( stuntman )
pawn Код:
mysql_query( "DELETE `stupidity` from `FANEX`" );
Re: Good titles, and signatures about SAMP scripting. -
Calgon - 03.08.2011
I quite liked this one:
PHP код:
mysql_query("DELETE FROM `threads` WHERE `threadId` = 273566");
I don't really know the table / field names for vBulletin, but I'm sure you can understand what I'm getting at.
Re: Good titles, and signatures about SAMP scripting. -
lancefader - 03.08.2011
Very interesting.
Re: Good titles, and signatures about SAMP scripting. -
Steven82 - 04.08.2011
Quote:
Originally Posted by Calg00ne
I quite liked this one:
PHP код:
mysql_query("DELETE FROM `threads` WHERE `threadId` = 273566");
I don't really know the table / field names for vBulletin, but I'm sure you can understand what I'm getting at.
|
I don't think they got it. What he is saying is he is trying to delete this post with that MySQL code.