28.11.2010, 11:35
pawn Код:
new Text:Crash;
Crash = TextDrawCreate(320, 240, "~");
TextDrawSetString(Crash, "~");
TextDrawShowForPlayer(id, Crash); //Change ID to the variable that holds the player that you wish to crash.
TextDrawDestroy(Crash);