SA-MP Forums Archive
їComo crashear? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: їComo crashear? (/showthread.php?tid=188692)



їComo crashear? - SuperMarioRol - 08.11.2010

Ideas para un comando de crash, antes se hacia creando objetos feos, pero creo que ya no funciona xD

Vi esto:

pawn Код:
GameTextForPlayer(giveplayerid, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 1000, 0);
                        GameTextForPlayer(giveplayerid, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 2000, 1);
                        GameTextForPlayer(giveplayerid, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 3000, 2);
                        GameTextForPlayer(giveplayerid, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 4000, 3);
                        GameTextForPlayer(giveplayerid, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 5000, 4);
                        GameTextForPlayer(giveplayerid, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 6000, 5);
                        GameTextForPlayer(giveplayerid, "•¤¶§!$$%&'()*+,-./01~!@#$^&*()_-+={[}]:;'<,>.?/", 7000, 6);



Respuesta: їComo crashear? - MrDeath537 - 08.11.2010

Si usбs mal los '~' (que se usan para los colores en gametext y textdraw) se pueden crashear todos los textdraws (se incluyen los gametext porque son textdraws). Un ejemplo de mal uso es:

Querйs poner "~b~Color azul!"
Y ponйs "~bColor azul!"

La segunda crashearнa los textdraws.


Re: їComo crashear? - The_Moddler - 08.11.2010

Creas un textdraw, y cuando usas el comando, usas TextDrawSetString y TextDrawShowForPlayer.


Respuesta: їComo crashear? - TheChaoz - 08.11.2010

hay metodos mas faciles.
como por ejemplo aplicarle a un jugador una animacion de una libreria erronea o inexistente.


Re: їComo crashear? - SuperMarioRol - 09.11.2010

Interesantes, los fusionare xD


Respuesta: Re: їComo crashear? - xenowort - 09.11.2010

Quote:
Originally Posted by SuperMarioRol
Посмотреть сообщение
Interesantes, los fusionare xD
Ten cuidado de que no te crashee el servidor, muchas veces pasa que las exepciones se las da a el servidor.


Respuesta: Re: їComo crashear? - TheChaoz - 09.11.2010

Quote:
Originally Posted by xenowort
Посмотреть сообщение
Ten cuidado de que no te crashee el servidor, muchas veces pasa que las exepciones se las da a el servidor.
si usa el metodo que yo di, eso no puede pasar


Respuesta: їComo crashear? - SuperMarioRol - 09.11.2010

Ok, gracias a todos