Quote:
Originally Posted by fowlplay4
Please post the final working script for others who may have the issue in the future.
|
PHP Code:
//#CLIENTSIDE
function onPlayerChats() {
if (player.chat == "/bombtest") {
putbomb2(1, player.x, player.y, "bomb1.png");
}
}