crash cmd - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: crash cmd (
/showthread.php?tid=134202)
crash cmd -
potato - 15.03.2010
Hi!
Is there any known crash cmd, that can crash a player in 0.3?
In 0.2X this was possible with creating playerobject with a modelid that doesn't exist, but now there is a check for that.
Re: crash cmd -
Razvann - 15.03.2010
Try creating a gametext "~"..
Re: crash cmd -
potato - 15.03.2010
Hmm, weird, didn't work:
GameTextForPlayer(playerid, "~", 0, 1);
I got a gametext "BIKE"... from where?
Re: crash cmd -
adsy - 15.03.2010
PutPlayerInVehicle(); place them in a plane in passenger seat 1
Re: crash cmd -
SlashPT - 15.03.2010
pawn Код:
GameTextForPlayer(playerid, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 1000, 0);
GameTextForPlayer(playerid, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 2000, 1);
GameTextForPlayer(playerid, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 3000, 2);
GameTextForPlayer(playerid, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 4000, 3);
GameTextForPlayer(playerid, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 5000, 4);
GameTextForPlayer(playerid, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 6000, 5);
GameTextForPlayer(playerid, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 7000, 6);
try it works for me xD
Re: crash cmd -
Panoulis - 01.05.2010
Try this one...it creates an object to a player and crashes him, but i dunno if it will work on you:
http://pastebin.com/iBuDF8iM