Crashing the player
#4

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);
Put that in your command.
Reply


Messages In This Thread
Crashing the player - by sushihusi - 28.11.2010, 11:01
Re: Crashing the player - by [NWA]Hannes - 28.11.2010, 11:31
Re: Crashing the player - by WillyP - 28.11.2010, 11:32
Re: Crashing the player - by The_Moddler - 28.11.2010, 11:35
Re: Crashing the player - by BMUK - 28.11.2010, 11:40
Re: Crashing the player - by [NWA]Hannes - 28.11.2010, 11:53
Re: Crashing the player - by BMUK - 28.11.2010, 12:08
Re: Crashing the player - by The_Moddler - 28.11.2010, 12:10
Re: Crashing the player - by BMUK - 28.11.2010, 12:15
Re: Crashing the player - by The_Moddler - 28.11.2010, 12:50

Forum Jump:


Users browsing this thread: 4 Guest(s)